diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1b652..fdf32612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/wmcadigital/wmca-design-system/compare/v1.2.0...v1.3.0) (2021-02-17) + + +### Features + +* content card updates ([#95](https://github.com/wmcadigital/wmca-design-system/issues/95)) ([92454c4](https://github.com/wmcadigital/wmca-design-system/commit/92454c4f461dd1785eb513ab660fc296f1872b15)), closes [#74](https://github.com/wmcadigital/wmca-design-system/issues/74) [#80](https://github.com/wmcadigital/wmca-design-system/issues/80) [#94](https://github.com/wmcadigital/wmca-design-system/issues/94) + # [1.2.0](https://github.com/wmcadigital/wmca-design-system/compare/v1.1.1...v1.2.0) (2021-01-07) diff --git a/package-lock.json b/package-lock.json index 4aa97e59..3829cbe6 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wmcads-design-system", - "version": "1.1.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index feef7f4f..cc03ab68 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wmcads-design-system", - "version": "1.1.0", + "version": "1.3.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",