Skip to content

Commit 5caa035

Browse files
committed
chore(release): v0.6.4
1 parent 3737f7a commit 5caa035

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.4
5+
6+
[compare changes](https://github.com/namesmt/config-rocket/compare/v0.6.3...v0.6.4)
7+
8+
### 🚀 Enhancements
9+
10+
- **bundleConfigPack:** Now returns `{ data, hash }` ([3737f7a](https://github.com/namesmt/config-rocket/commit/3737f7a))
11+
12+
### 🏡 Chore
13+
14+
- **cli/zip:** Try mkdir before writeFile ([d9b7d30](https://github.com/namesmt/config-rocket/commit/d9b7d30))
15+
16+
### ❤️ Contributors
17+
18+
- NamesMT ([@NamesMT](https://github.com/NamesMT))
19+
420
## v0.6.3
521

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

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.3",
4+
"version": "0.6.4",
55
"packageManager": "[email protected]",
66
"description": "Easily create and deploy configurable config packs!",
77
"author": "NamesMT <[email protected]>",

0 commit comments

Comments
 (0)