diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7acd782 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0](https://github.com/limbo-works/Limbo.Nuxt.LinkTile/compare/0.0.6...v1.0.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* added css layer, and release please + +### Features + +* added css layer, and release please ([504b844](https://github.com/limbo-works/Limbo.Nuxt.LinkTile/commit/504b8440c92fc52ec828ede7cd99616f59944616)) + + +### Bug Fixes + +* npmr rc fix ([1e185dd](https://github.com/limbo-works/Limbo.Nuxt.LinkTile/commit/1e185dd697a9928cbcfde0eafaea166e848ae376)) diff --git a/package.json b/package.json index 8ee7b7b..0b5cd2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@limbo-works/link-tile", "type": "module", - "version": "0.0.6", + "version": "1.0.0", "main": "./nuxt.config.js", "scripts": { "dev": "nuxi dev .playground",