Skip to content

Commit 4ec73c0

Browse files
committed
chore(main): release 2.0.1
1 parent f1da19f commit 4ec73c0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "2.0.0" }
1+
{".":"2.0.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v2.0.0...v2.0.1) (2025-04-01)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** lock file maintenance ([#126](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/126)) ([f1da19f](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/f1da19fe41f1988244767359ccbaacfbc8db7d63))
9+
310
## [2.0.0](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.2.1...v2.0.0) (2025-03-19)
411

512
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@as-integrations/h3",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An Apollo Server integration for use with h3 or Nuxt",
55
"repository": "github:apollo-server-integrations/apollo-server-integration-h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)