diff --git a/CHANGELOG.md b/CHANGELOG.md index 50240ee08..665cf51ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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). +#### [v3.15.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.14.3...v3.15.0) + +- feature/card-carousel [`#388`](https://github.com/digitalnsw/nsw-design-system/pull/388) + #### [v3.14.3](https://github.com/digitalnsw/nsw-design-system/compare/v3.14.2...v3.14.3) +> 26 February 2024 + - refactor/theming [`#387`](https://github.com/digitalnsw/nsw-design-system/pull/387) +- Built HTMLstarterkit and updated CHANGELOG.md [`6193703`](https://github.com/digitalnsw/nsw-design-system/commit/619370342841f44443b1cfdb4e097bed1973770e) #### [v3.14.2](https://github.com/digitalnsw/nsw-design-system/compare/v3.14.1...v3.14.2) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 8bcf5c758..d4b4a14d1 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index c8aa49243..dfd22448b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.14.3", + "version": "3.15.0", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",