Skip to content

Commit 5b37325

Browse files
committed
chore(release): v2.1.0
1 parent 87ee206 commit 5b37325

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0
6+
7+
[compare changes](https://github.com/unjs/rc9/compare/v2.0.1...v2.1.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Support type generics ([44bac23](https://github.com/unjs/rc9/commit/44bac23))
13+
14+
### 🏡 Chore
15+
16+
- Update dev dependencies ([918e4f7](https://github.com/unjs/rc9/commit/918e4f7))
17+
- Update release script ([87ee206](https://github.com/unjs/rc9/commit/87ee206))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](http://github.com/pi0))
22+
523
## v2.0.1
624

725
[compare changes](https://github.com/unjs/rc9/compare/v1.2.4...v2.0.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc9",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Read/Write config couldn't be easier!",
55
"repository": "unjs/rc9",
66
"license": "MIT",
@@ -42,4 +42,4 @@
4242
"vitest": "^0.29.8"
4343
},
4444
"packageManager": "pnpm@8.0.0"
45-
}
45+
}

0 commit comments

Comments
 (0)