diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5b607..c0be9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/phun-ky/moebius/compare/1.0.4...1.0.5) (2024-03-19) + + +### Tasks + +* 🤖 bump putout from 35.5.1 to 35.7.5 ([59a716e](https://github.com/phun-ky/moebius/commit/59a716efa6d8cf562d98809923b9c2e6fb109a09)) + ## [1.0.4](https://github.com/phun-ky/moebius/compare/1.0.3...1.0.4) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 969dc35..a4bef39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/moebius", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/moebius", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "chroma-js": "^2.4.2", diff --git a/package.json b/package.json index 0bec00a..3f4c8f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/moebius", - "version": "1.0.4", + "version": "1.0.5", "description": "Automatically generate color palettes!", "main": "dist/moebius.js", "types": "dist/moebius.d.ts",