From 8e8002f43a949106d5c55198a32f805a2494327b Mon Sep 17 00:00:00 2001 From: nyxb Date: Fri, 12 May 2023 17:08:30 +0200 Subject: [PATCH] chore(release): v0.0.3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d03939d..1d3436f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.0.3 + +[compare changes](https://github.com/nyxblabs/mimikrook/compare/v0.0.2...v0.0.3) + + +### 🏡 Chore + + - **package.json): fix typos in repository and bugs URLs 🐛 fix(utils.ts): remove @ts-expect-error comments 🐛 fix(types.test.ts:** Remove @ts-expect-error comments The repository and bugs URLs in package.json contained typos in the repository and bugs URLs. The URLs have been fixed to point to the correct repository and issues page. The @ts-expect-error comments in utils.ts and types.test.ts have been removed as they were no longer necessary. ([fa8e255](https://github.com/nyxblabs/mimikrook/commit/fa8e255)) + +### ❤️ Contributors + +- Nyxb + ## v0.0.2 diff --git a/package.json b/package.json index 79bd74b..2dbb07e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mimikrook", - "version": "0.0.2", + "version": "0.0.3", "description": "🎣🔗 Mimikrook: Awaitable hooks for seamless code enhancement! 💪💡 Boost your development with the power of hooks. 🚀", "author": "Dennis Ollhoff ", "license": "MIT", @@ -55,4 +55,4 @@ "tapable", "tappable" ] -} +} \ No newline at end of file