diff --git a/CHANGELOG.md b/CHANGELOG.md index ec70a2e..26da2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. -## [5.1.0] +## [5.1.1] ### Changed - Change some custom properties in shoelace.css ### Added -- **NEW** Added a versatile grid implementation based on Russel Bishop's Container Units and Tylor Sticka's Breaking Out Layout +- **NEW** Add a versatile grid implementation based on Russel Bishop's Container Units and Tylor Sticka's Breaking Out Layout +- Add shoelace.css to npm package ## [5.0.2] - 2024-03-08 diff --git a/package.json b/package.json index 10792cb..b8b3986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@viur/ignite", - "version": "5.1.0", + "version": "5.1.1", "homepage": "https://ignite.viur.dev", "author": { "name": "Mausbrand", @@ -51,6 +51,7 @@ "themes", "utilities", "ignite.css", + "shoelace.css", "LICENSE", "README.md" ]