diff --git a/CHANGELOG.md b/CHANGELOG.md index c269c212..78a68de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ 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.11.1](https://github.com/digitalnsw/nsw-design-system/compare/v3.11.0...v3.11.1) + +- fix/multi-select [`#346`](https://github.com/digitalnsw/nsw-design-system/pull/346) +- Bump word-wrap from 1.2.3 to 1.2.4 [`#326`](https://github.com/digitalnsw/nsw-design-system/pull/326) +- Bump actions/checkout from 3 to 4 [`#344`](https://github.com/digitalnsw/nsw-design-system/pull/344) + #### [v3.11.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.10.0...v3.11.0) +> 31 August 2023 + - feature/popover [`#340`](https://github.com/digitalnsw/nsw-design-system/pull/340) - update/readme-whats-happening [`#341`](https://github.com/digitalnsw/nsw-design-system/pull/341) +- Built HTMLstarterkit and updated CHANGELOG.md [`82e3d9a`](https://github.com/digitalnsw/nsw-design-system/commit/82e3d9a61107c7217d7eb0ab79b918aaac32c913) #### [v3.10.0](https://github.com/digitalnsw/nsw-design-system/compare/v3.9.2...v3.10.0) diff --git a/HTMLstarterkit.zip b/HTMLstarterkit.zip index ce3a5e66..33247003 100644 Binary files a/HTMLstarterkit.zip and b/HTMLstarterkit.zip differ diff --git a/package.json b/package.json index fa80a31c..7b66ac44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsw-design-system", - "version": "3.11.0", + "version": "3.11.1", "description": "Design system for Digital NSW", "main": "dist/main.js", "style": "dist/main.css",