diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d0d263..2e6fec42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ Please note that the list of changes is not final and is still a work in progres +## [2.2.0](https://github.com/xml-wizard/huetiful/compare/v2.1.1...v2.2.0) (2024-03-28) + + +### Features + +* added release-please-npm.yml workflow to publish when a new release is merged ([fce329a](https://github.com/xml-wizard/huetiful/commit/fce329a84a60b2eb44adcdb16799bb8235e33fc5)) + ### 2.0.0 (stable) ##### Notable changes @@ -55,4 +62,4 @@ Which are similar to i.e `getNearestChroma` but take an additional against param [npm]: https://npmjs.org/package/huetiful-js [home]: https://prjctimg.io/huetiful -[converters]: https://prjctimg.io/huetiful/converters.html \ No newline at end of file +[converters]: https://prjctimg.io/huetiful/converters.html diff --git a/package-lock.json b/package-lock.json index d2e836b4..db052a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "huetiful-js", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "huetiful-js", - "version": "2.1.0", + "version": "2.2.0", "bundleDependencies": [ "culori" ], diff --git a/package.json b/package.json index cf5a9db2..0dec0509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "huetiful-js", - "version": "2.1.0", + "version": "2.2.0", "type": "module", "main": "./src/index.js", "browser": "./lib/huetiful.umd.js",