Skip to content

Commit a29bbbc

Browse files
committed
chore(release): v2.1.2
1 parent 07df4c9 commit a29bbbc

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.1.2
6+
7+
[compare changes](https://github.com/unjs/rc9/compare/v2.1.1...v2.1.2)
8+
9+
### 🩹 Fixes
10+
11+
- Stringify strings to avoid being cast to numbers ([#123](https://github.com/unjs/rc9/pull/123))
12+
- **parse:** Handle empty values ([#86](https://github.com/unjs/rc9/pull/86))
13+
14+
### 🏡 Chore
15+
16+
- Update repo ([86d3590](https://github.com/unjs/rc9/commit/86d3590))
17+
- Update readme ([#113](https://github.com/unjs/rc9/pull/113))
18+
- Try tea.yaml ([701f71a](https://github.com/unjs/rc9/commit/701f71a))
19+
- Upgrade `flat` to v6 and inline ([38cebbb](https://github.com/unjs/rc9/commit/38cebbb))
20+
- Update badges ([14618f0](https://github.com/unjs/rc9/commit/14618f0))
21+
- Update readme ([4766224](https://github.com/unjs/rc9/commit/4766224))
22+
- Update lockfile ([fcb4059](https://github.com/unjs/rc9/commit/fcb4059))
23+
- Lint ([07df4c9](https://github.com/unjs/rc9/commit/07df4c9))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
- Huel129 ([@vue-multiple](http://github.com/vue-multiple))
29+
- Nozomu Ikuta ([@NozomuIkuta](http://github.com/NozomuIkuta))
30+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
31+
532
## v2.1.1
633

734
[compare changes](https://github.com/unjs/rc9/compare/v2.1.0...v2.1.1)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc9",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Read/Write config couldn't be easier!",
55
"repository": "unjs/rc9",
66
"license": "MIT",
@@ -43,4 +43,4 @@
4343
"vitest": "^1.4.0"
4444
},
4545
"packageManager": "[email protected]"
46-
}
46+
}

0 commit comments

Comments
 (0)