Skip to content

Commit 36736c9

Browse files
committed
chore(release): v0.6.3
1 parent 5d65a41 commit 36736c9

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.6.3
5+
6+
[compare changes](https://github.com/namesmt/config-rocket/compare/v0.6.2...v0.6.3)
7+
8+
### 🩹 Fixes
9+
10+
- Commands exports ([a4aae25](https://github.com/namesmt/config-rocket/commit/a4aae25))
11+
12+
### 💅 Refactors
13+
14+
- **cli/hash:** ⚠️ Now returns JSON parsable result ([5d65a41](https://github.com/namesmt/config-rocket/commit/5d65a41))
15+
16+
#### ⚠️ Breaking Changes
17+
18+
- **cli/hash:** ⚠️ Now returns JSON parsable result ([5d65a41](https://github.com/namesmt/config-rocket/commit/5d65a41))
19+
20+
### ❤️ Contributors
21+
22+
- NamesMT ([@NamesMT](https://github.com/NamesMT))
23+
424
## v0.6.2
525

626
[compare changes](https://github.com/namesmt/config-rocket/compare/v0.6.1...v0.6.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "config-rocket",
33
"type": "module",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"packageManager": "pnpm@10.11.0",
66
"description": "Easily create and deploy configurable config packs!",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",

0 commit comments

Comments
 (0)