From 12bb419785755ec15b1727b8807b8477e5b72967 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Tue, 14 Jan 2025 11:40:15 +0200 Subject: [PATCH] Revert "chore(release): v4.1.0" This reverts commit ab0484b8960a182ea1c9567e3ec8069f0b41b581. --- CHANGELOG.md | 29 ----------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1851ec1..3c72b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,6 @@ # Changelog -## v4.1.0 - -[compare changes](https://github.com/JureSotosek/ink-divider/compare/v4.0.3...v4.1.0) - -### 🚀 Enhancements - -- **ci:** ✨ add `.bun-version` to test workflow triggers ([fe66bf2](https://github.com/JureSotosek/ink-divider/commit/fe66bf2)) - -### 🔥 Performance - -- ⚡ use `tsup` for building and reduce package size ([1777960](https://github.com/JureSotosek/ink-divider/commit/1777960)) - -### 🩹 Fixes - -- Fix `biome.json` configuration and refactor `package.json` ([5c5d8f5](https://github.com/JureSotosek/ink-divider/commit/5c5d8f5)) -- **biome.json:** 🐛 add `ignoreUnknown` option to files configuration ([79e5ab4](https://github.com/JureSotosek/ink-divider/commit/79e5ab4)) - -### 🏡 Chore - -- 🔒 use text-based Bun lockfile ([46f9c9a](https://github.com/JureSotosek/ink-divider/commit/46f9c9a)) -- **release:** V4.1.0 ([752be92](https://github.com/JureSotosek/ink-divider/commit/752be92)) -- **release:** V4.1.0" ([c8c8826](https://github.com/JureSotosek/ink-divider/commit/c8c8826)) -- **release:** V4.1.0 ([c0bd391](https://github.com/JureSotosek/ink-divider/commit/c0bd391)) -- **release:** V4.1.0" ([142060a](https://github.com/JureSotosek/ink-divider/commit/142060a)) - -### ❤️ Contributors - -- Okinea Dev ([@okineadev](http://github.com/okineadev)) - ## v4.0.3 [compare changes](https://github.com/JureSotosek/ink-divider/compare/v4.0.2...v4.0.3) diff --git a/package.json b/package.json index cde0446..55e56cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ink-divider", - "version": "4.1.0", + "version": "4.0.3", "description": "Divider component for Ink", "license": "MIT", "type": "module",