diff --git a/CHANGELOG.md b/CHANGELOG.md index d065282b..2bd31a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.7.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.7.0...v2.7.1) + +> 7 December 2020 + +- Hotfix/card icon alignment [`#92`](https://github.com/digitalnsw/nsw-design-system/pull/92) +- Built HTMLstarterkit and updated CHANGELOG.md [`adbaa91`](https://github.com/digitalnsw/nsw-design-system/commit/adbaa91b75dcdc049eec3360c2b089422077cd3e) + #### [v2.7.0](https://github.com/digitalnsw/nsw-design-system/compare/v2.3.1...v2.7.0) > 3 December 2020 -- Consistency styling updates and bug fixes [`#90`](https://github.com/digitalnsw/nsw-design-system/pull/90) +- Release v2.7.0 [`#90`](https://github.com/digitalnsw/nsw-design-system/pull/90) - Feature/ci workflow [`#87`](https://github.com/digitalnsw/nsw-design-system/pull/87) #### [v2.3.1](https://github.com/digitalnsw/nsw-design-system/compare/v2.3.0...v2.3.1) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index e278fa95..675f6037 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index e6c3fd04..7ce3865f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "2.7.0", + "version": "2.7.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",