diff --git a/CHANGELOG.md b/CHANGELOG.md index fecc4673..fdd1b652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/wmcadigital/wmca-design-system/compare/v1.1.1...v1.2.0) (2021-01-07) + + +### Features + +* wmcads updates inline with wmnds ([#77](https://github.com/wmcadigital/wmca-design-system/issues/77)) ([81b6d52](https://github.com/wmcadigital/wmca-design-system/commit/81b6d52749494825a90ddf48cf561a04305090b8)), closes [#74](https://github.com/wmcadigital/wmca-design-system/issues/74) + ## [1.1.1](https://github.com/wmcadigital/wmca-design-system/compare/v1.1.0...v1.1.1) (2021-01-07) diff --git a/package-lock.json b/package-lock.json index 9a5816e9..97b1a4bb 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wmcads-design-system", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efdacf41..f9fc649b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wmcads-design-system", - "version": "1.1.1", + "version": "1.2.0", "description": "A library of typography, visual styles and user interface components which are documented for West Midlands Combined Authority.", "homepage": "https://wmcadigital.github.io/wmca-design-system", "author": "WMCA",