Skip to content

Commit 61dbbf6

Browse files
committed
release: Version Packages
1 parent 797a3c6 commit 61dbbf6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

libs/kitify/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# kitify
22

3+
## 0.3.0
4+
5+
### Minor Changes 🚀
6+
7+
- feat: Add isUndefined, isNull, update isObject, isNil types ([5de2dc3](https://github.com/Marinerer/jotter/commit/5de2dc39d27e8458e4c74d62171147f3f374de1c))
8+
- feat: Add assign utility and tests (#10) ([1dcf72a](https://github.com/Marinerer/jotter/commit/1dcf72a8b5324ae58026baea66bedba7eb872cd2))
9+
- docs: Enhance README, add DOM, Object, Type docs ([797a3c6](https://github.com/Marinerer/jotter/commit/797a3c62d8dd524035c391b5cb9274d0aacaace6))
10+
- docs: Update detectMouseDirection angle calculation comments ([b6f8ae6](https://github.com/Marinerer/jotter/commit/b6f8ae64261776bbad7ec2aca3b6060de11fe37e))
11+
- docs: Enhance DOM and add type docs ([64e74e3](https://github.com/Marinerer/jotter/commit/64e74e394b5e0a12d05b118cb426faca77cd8ced))
12+
313
## 0.2.0
414

515
### Minor Changes 🚀

libs/kitify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitify",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "kitify is a JavaScript utility library that provides a whole mess of useful helper functions and supports modularity.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)