diff --git a/CHANGELOG.md b/CHANGELOG.md index 4990090..9560de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/phun-ky/moebius/compare/1.0.0...1.0.1) (2024-02-28) + + +### Tasks + +* 🤖 Remove references to speccer ([e74ccf8](https://github.com/phun-ky/moebius/commit/e74ccf8e1cc666365f3c51a36644eae357da26d7)) + ## [1.0.0](https://github.com/phun-ky/moebius/compare/0.2.4...1.0.0) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index f8dbef6..8c93215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/moebius", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/moebius", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "chroma-js": "^2.4.2", diff --git a/package.json b/package.json index ffe31b7..e5b792d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/moebius", - "version": "1.0.0", + "version": "1.0.1", "description": "Automatically generate color palettes!", "main": "dist/moebius.js", "types": "dist/moebius.d.ts",