diff --git a/CHANGELOG.md b/CHANGELOG.md index da114151b..a1751d558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.X.X] - 2019-X-X +## [2.3.0] - 2019-07-25 ### Added @@ -15,5 +15,3 @@ - datepicker.init() now deletes existing flatpickr instances when init is called more than once. - Fixed bug making our charts documentation crash. - -### Removed diff --git a/README.md b/README.md index 7340c5c7e..2521ddf75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # PayEx DesignGuide -[![Version](https://img.shields.io/badge/Version-2.2.0-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.2.0) +[![Version](https://img.shields.io/badge/Version-2.3.0-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.3.0) [![Build status](https://ci.appveyor.com/api/projects/status/1dii19sqw1m7xtsn/branch/master?svg=true)](https://ci.appveyor.com/project/PayEx/design-payex-com/branch/master) [![Code Coverage](https://codecov.io/gh/payex/design.payex.com/branch/master/graph/badge.svg)](https://codecov.io/gh/payex/design.payex.com) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=PayEx/design.payex.com)](https://dependabot.com) diff --git a/package-lock.json b/package-lock.json index cac80201f..f4eb010b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "design.payex.com", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33af7e0d6..191ee0864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "design.payex.com", - "version": "2.2.0", + "version": "2.3.0", "description": "PayEx DesignGuide", "main": "index.js", "scripts": {