From 820901b5cd1e6a21f71d15180f1b3e873eb03699 Mon Sep 17 00:00:00 2001 From: phun-ky Date: Wed, 28 Feb 2024 11:51:48 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.1?= 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 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",