Skip to content

Commit 726824f

Browse files
committed
chore(release): v0.2.2
1 parent c070ed1 commit 726824f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.2.2
5+
6+
[compare changes](https://github.com/unjs/confbox/compare/v0.2.1...v0.2.2)
7+
8+
### 🚀 Enhancements
9+
10+
- **json:** Default indentation to `2` ([#56](https://github.com/unjs/confbox/pull/56))
11+
12+
### 📦 Build
13+
14+
- Use `default` condition to allow `require(esm)` ([0083def](https://github.com/unjs/confbox/commit/0083def))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V0.2.1 ([8b0a277](https://github.com/unjs/confbox/commit/8b0a277))
19+
- Update deps ([c070ed1](https://github.com/unjs/confbox/commit/c070ed1))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
- James Garbutt ([@43081j](https://github.com/43081j))
25+
426
## v0.2.1
527

628
[compare changes](https://github.com/unjs/confbox/compare/v0.2.0...v0.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confbox",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Compact YAML, TOML, JSONC, JSON5 and INI parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)