Skip to content

Commit 98eacd4

Browse files
committed
chore(release): v0.2.0
1 parent 175c4ba commit 98eacd4

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/unjs/confbox/compare/v0.1.8...v0.2.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Ini support ([#50](https://github.com/unjs/confbox/pull/50))
11+
12+
### 📦 Build
13+
14+
- ⚠️ Esm-only dist ([2faa1f6](https://github.com/unjs/confbox/commit/2faa1f6))
15+
16+
### 🏡 Chore
17+
18+
- Fix for typo in readme ([#32](https://github.com/unjs/confbox/pull/32))
19+
- Update deps ([e48890b](https://github.com/unjs/confbox/commit/e48890b))
20+
- Update ci ([6fc48dd](https://github.com/unjs/confbox/commit/6fc48dd))
21+
- Apply automated updates ([256039f](https://github.com/unjs/confbox/commit/256039f))
22+
- Apply automated updates ([69f55d3](https://github.com/unjs/confbox/commit/69f55d3))
23+
24+
### ✅ Tests
25+
26+
- Add more fixtures ([7eb3e91](https://github.com/unjs/confbox/commit/7eb3e91))
27+
28+
#### ⚠️ Breaking Changes
29+
30+
- ⚠️ Esm-only dist ([2faa1f6](https://github.com/unjs/confbox/commit/2faa1f6))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](https://github.com/pi0))
35+
- Fahad Heylaal ([@fahad19](https://github.com/fahad19))
36+
437
## v0.1.8
538

639
[compare changes](https://github.com/unjs/confbox/compare/v0.1.7...v0.1.8)

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.1.8",
3+
"version": "0.2.0",
44
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)