Skip to content

Commit 4f6d3d4

Browse files
committed
chore(release): v3.0.0
1 parent 6bead30 commit 4f6d3d4

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
@@ -2,6 +2,39 @@
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+
## v3.0.0
6+
7+
[compare changes](https://github.com/unjs/rc9/compare/v2.1.2...v3.0.0)
8+
9+
### 🚀 Enhancements
10+
11+
- `readUserConfig` and `writeUserConfig` utils ([#173](https://github.com/unjs/rc9/pull/173))
12+
13+
### 📖 Documentation
14+
15+
- Add jsdocs to exported functions ([#124](https://github.com/unjs/rc9/pull/124))
16+
17+
### 📦 Build
18+
19+
- Esm-only dist ([f9bf761](https://github.com/unjs/rc9/commit/f9bf761))
20+
- Export `RC` and `RCOptions` types ([#137](https://github.com/unjs/rc9/pull/137))
21+
22+
### 🏡 Chore
23+
24+
- Update deps ([fd31aec](https://github.com/unjs/rc9/commit/fd31aec))
25+
- Remove tea.yaml ([2194560](https://github.com/unjs/rc9/commit/2194560))
26+
- Update typescript ([c94ee46](https://github.com/unjs/rc9/commit/c94ee46))
27+
- Update ci ([01a82e4](https://github.com/unjs/rc9/commit/01a82e4))
28+
- Use oxfmt and oxlint ([f357918](https://github.com/unjs/rc9/commit/f357918))
29+
- Apply automated updates ([4e5a3a0](https://github.com/unjs/rc9/commit/4e5a3a0))
30+
- Update readme ([6bead30](https://github.com/unjs/rc9/commit/6bead30))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](https://github.com/pi0))
35+
- Max <maximogarciamtnez@gmail.com>
36+
- 云游君 ([@YunYouJun](https://github.com/YunYouJun))
37+
538
## v2.1.2
639

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc9",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "Read/Write config couldn't be easier!",
55
"license": "MIT",
66
"repository": "unjs/rc9",

0 commit comments

Comments
 (0)