From 5cb94bc4e6e9f5a78636b84cf12301663e7b2b69 Mon Sep 17 00:00:00 2001 From: phun-ky Date: Tue, 19 Mar 2024 08:56:28 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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 c77b8b0..5317408 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",