Skip to content

Commit 34268fe

Browse files
committed
chore(release): v0.1.4
1 parent 22c3c1f commit 34268fe

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.1.4
5+
6+
[compare changes](https://github.com/unjs/confbox/compare/v0.1.3...v0.1.4)
7+
8+
### 🚀 Enhancements
9+
10+
- Add `stringifyToml` ([22c3c1f](https://github.com/unjs/confbox/commit/22c3c1f))
11+
12+
### 🏡 Chore
13+
14+
- **release:** V0.1.3 ([993fdfc](https://github.com/unjs/confbox/commit/993fdfc))
15+
- Update repo ([b421a38](https://github.com/unjs/confbox/commit/b421a38))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
421
## v0.1.3
522

623
[compare changes](https://github.com/unjs/confbox/compare/v0.1.2...v0.1.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confbox",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",
55
"keywords": [
66
"yaml",
@@ -82,4 +82,4 @@
8282
"yaml": "^2.4.1"
8383
},
8484
"packageManager": "[email protected]"
85-
}
85+
}

0 commit comments

Comments
 (0)