Skip to content

Commit cbb3198

Browse files
committed
chore(release): v1.8.0-rc.1
1 parent 551987a commit cbb3198

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## v1.8.0-rc.1
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.8.0-rc.0...v1.8.0-rc.1)
8+
9+
### 🩹 Fixes
10+
11+
- Revert #452 ([#452](https://github.com/unjs/h3/issues/452))
12+
13+
### 🏡 Chore
14+
15+
- Add `release-rc` script ([98d2fa5](https://github.com/unjs/h3/commit/98d2fa5))
16+
- Fix rc release script ([551987a](https://github.com/unjs/h3/commit/551987a))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](http://github.com/pi0))
21+
522
## v1.8.0-rc.0
623

724
[compare changes](https://github.com/unjs/h3/compare/v1.7.1...v1.8.0-rc.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.8.0-rc.0",
3+
"version": "1.8.0-rc.1",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",
@@ -64,4 +64,4 @@
6464
"zod": "^3.21.4"
6565
},
6666
"packageManager": "pnpm@8.6.9"
67-
}
67+
}

0 commit comments

Comments
 (0)