Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxb committed May 12, 2023
1 parent fa8e255 commit 8e8002f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <contact@nyxb.xyz>

## v0.0.2


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@nyxb.xyz>",
"license": "MIT",
Expand Down Expand Up @@ -55,4 +55,4 @@
"tapable",
"tappable"
]
}
}

0 comments on commit 8e8002f

Please sign in to comment.