Skip to content

Commit 6a1091a

Browse files
committed
chore(release): v2.1.1
1 parent 7c846b6 commit 6a1091a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1
6+
7+
[compare changes](https://github.com/unjs/rc9/compare/v2.1.0...v2.1.1)
8+
9+
10+
### 🏡 Chore
11+
12+
- Update badge link ([#76](https://github.com/unjs/rc9/pull/76))
13+
- Update dev dependencies ([88f6b2a](https://github.com/unjs/rc9/commit/88f6b2a))
14+
- Update destr to v2 ([7c846b6](https://github.com/unjs/rc9/commit/7c846b6))
15+
16+
### ❤️ Contributors
17+
18+
- Pooya Parsa ([@pi0](http://github.com/pi0))
19+
- Renato Lacerda <renato.ac.lacerda@gmail.com>
20+
521
## v2.1.0
622

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

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.1.0",
3+
"version": "2.1.1",
44
"description": "Read/Write config couldn't be easier!",
55
"repository": "unjs/rc9",
66
"license": "MIT",
@@ -42,4 +42,4 @@
4242
"vitest": "^0.32.2"
4343
},
4444
"packageManager": "pnpm@8.5.1"
45-
}
45+
}

0 commit comments

Comments
 (0)