Skip to content

Commit

Permalink
chore(release): v1.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 31, 2023
1 parent 551987a commit cbb3198
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## v1.8.0-rc.1

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

### 🩹 Fixes

- Revert #452 ([#452](https://github.com/unjs/h3/issues/452))

### 🏡 Chore

- Add `release-rc` script ([98d2fa5](https://github.com/unjs/h3/commit/98d2fa5))
- Fix rc release script ([551987a](https://github.com/unjs/h3/commit/551987a))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.8.0-rc.0

[compare changes](https://github.com/unjs/h3/compare/v1.7.1...v1.8.0-rc.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3",
"version": "1.8.0-rc.0",
"version": "1.8.0-rc.1",
"description": "Tiny JavaScript Server",
"repository": "unjs/h3",
"license": "MIT",
Expand Down Expand Up @@ -64,4 +64,4 @@
"zod": "^3.21.4"
},
"packageManager": "[email protected]"
}
}

0 comments on commit cbb3198

Please sign in to comment.