diff --git a/CHANGELOG.md b/CHANGELOG.md index 9048449..770ac71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ ## [2.0.1](https://github.com/philipp-winterle/crittr/compare/v2.0.0...v2.0.1) (2024-06-17) +### Bug Fixes + +* missing "ci" in npm call ([e5e1d7d](https://github.com/philipp-winterle/crittr/commit/e5e1d7d5f0ebe81ce308bfabffdf424be8ee9212)) +* missing yarn calls in actions ([9e567d6](https://github.com/philipp-winterle/crittr/commit/9e567d60ab0c69f6c5695bfdb21de2787d55c3e1)) +* release please need to update the package version aswell ([20506ac](https://github.com/philipp-winterle/crittr/commit/20506ac62fd54de518af137f2cebe45443615706)) +* switching token for versioning to personal access token to trigger follow up actions ([9e567d6](https://github.com/philipp-winterle/crittr/commit/9e567d60ab0c69f6c5695bfdb21de2787d55c3e1)) + +## [2.0.1](https://github.com/philipp-winterle/crittr/compare/v2.0.0...v2.0.1) (2024-06-17) + + ### Bug Fixes * missing "ci" in npm call ([e5e1d7d](https://github.com/philipp-winterle/crittr/commit/e5e1d7d5f0ebe81ce308bfabffdf424be8ee9212)) diff --git a/package-lock.json b/package-lock.json index 36a4058..a279571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crittr", - "version": "1.5.3", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crittr", - "version": "1.5.3", + "version": "2.0.1", "license": "GPL-3.0", "dependencies": { "@dynamicabot/signales": "^2.1.1", diff --git a/package.json b/package.json index af3d0ce..de3f5f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crittr", - "version": "1.5.3", + "version": "2.0.1", "description": "Crittr is a high performance critical css extraction library with a multiple url support.", "author": "Philipp Winterle", "license": "GPL-3.0",