diff --git a/CHANGELOG.md b/CHANGELOG.md index 334c8266..5b8c471d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.16.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.16.0...v3.16.1) + +- Update utility-list.js [`#396`](https://github.com/digitalnsw/nsw-design-system/pull/396) +- info/changelog [`#390`](https://github.com/digitalnsw/nsw-design-system/pull/390) + #### [v3.16.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.15.0...v3.16.0) +> 28 February 2024 + - feature/date-picker [`#385`](https://github.com/digitalnsw/nsw-design-system/pull/385) +- Built HTMLstarterkit and updated CHANGELOG.md [`9d03776`](https://github.com/digitalnsw/nsw-design-system/commit/9d037766dac85c0379a65e68754344e91570e2ca) #### [v3.15.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.14.3...v3.15.0) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index 2cc285ac..c16d4332 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index daca54f0..b66d8388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.16.0", + "version": "3.16.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",