We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b180ad8 commit 7a3e4cfCopy full SHA for 7a3e4cf
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.5.6
5
+
6
+[compare changes](https://github.com/namesmt/config-rocket/compare/v0.5.5...v0.5.6)
7
8
+### 🩹 Fixes
9
10
+- **cli/zip:** `cwd` apply error ([b180ad8](https://github.com/namesmt/config-rocket/commit/b180ad8))
11
12
+### ❤️ Contributors
13
14
+- NamesMT ([@NamesMT](https://github.com/NamesMT))
15
16
## v0.5.5
17
18
[compare changes](https://github.com/namesmt/config-rocket/compare/v0.5.4...v0.5.5)
package.json
@@ -1,7 +1,7 @@
{
"name": "config-rocket",
"type": "module",
- "version": "0.5.5",
+ "version": "0.5.6",
"packageManager": "pnpm@10.9.0",
"description": "Easily create and deploy configurable config packs!",
"author": "NamesMT <dangquoctrung123@gmail.com>",
0 commit comments