diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d206f..fcae8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.7](https://github.com/phun-ky/frameport/compare/v2.0.6...v2.0.7) (2024-03-19) + + +### Tasks + +* 🤖 bump stylus from 0.62.0 to 0.63.0 ([20ea2c3](https://github.com/phun-ky/frameport/commit/20ea2c305f2e83cade9215215f0ec702fc9992d0)) + ## [2.0.6](https://github.com/phun-ky/frameport/compare/v2.0.5...v2.0.6) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 93d75d6..023b4b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/frameport", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/frameport", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index eecfac1..1aae2ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/frameport", - "version": "2.0.6", + "version": "2.0.7", "publishConfig": { "access": "public" },