diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b2a08..1a5b607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/phun-ky/moebius/compare/1.0.3...1.0.4) (2024-03-19) + + +### Tasks + +* 🤖 bump typedoc-plugin-mdn-links from 3.1.17 to 3.1.18 ([39eec96](https://github.com/phun-ky/moebius/commit/39eec96a6554a3eef1371746b78b19904ffb48e2)) + ## [1.0.3](https://github.com/phun-ky/moebius/compare/1.0.2...1.0.3) (2024-03-19) diff --git a/package-lock.json b/package-lock.json index 6e84122..969dc35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/moebius", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/moebius", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "chroma-js": "^2.4.2", diff --git a/package.json b/package.json index 4840c33..0bec00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/moebius", - "version": "1.0.3", + "version": "1.0.4", "description": "Automatically generate color palettes!", "main": "dist/moebius.js", "types": "dist/moebius.d.ts",