From 82c87775bb98ab8787440a33fc72ef02c70b0188 Mon Sep 17 00:00:00 2001 From: phun-ky Date: Wed, 13 Mar 2024 08:28:22 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.0.2?= 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 9560de9..1d4d721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/phun-ky/moebius/compare/1.0.1...1.0.2) (2024-03-13) + + +### Tasks + +* 🤖 bump stylus from 0.62.0 to 0.63.0 ([f79141a](https://github.com/phun-ky/moebius/commit/f79141aeefeb24ec90f69d82cca313d335d218d3)) + ## [1.0.1](https://github.com/phun-ky/moebius/compare/1.0.0...1.0.1) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index 8ccdcf6..c918480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/moebius", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/moebius", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "chroma-js": "^2.4.2", diff --git a/package.json b/package.json index da75a6d..df8dd03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/moebius", - "version": "1.0.1", + "version": "1.0.2", "description": "Automatically generate color palettes!", "main": "dist/moebius.js", "types": "dist/moebius.d.ts",