Skip to content

Commit 3b192fe

Browse files
chore(main): release 1.1.4 (#20)
* chore(main): release 1.1.4 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97694bf commit 3b192fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.4](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.3...v1.1.4) (2022-11-20)
4+
5+
### 🧹 Miscellaneous
6+
7+
- **deps:** update devdependency @apollo/utils.withrequired to v2 ([#23](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/23)) ([6a8df13](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/6a8df1392aa5f3c0bc475babb0a494f6d4fa1c70))
8+
- **deps:** update devdependency @nuxtjs/eslint-config-typescript to v12 ([#22](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/22)) ([079544c](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/079544c8ffd96618a6cac81090ec924ed7580895))
9+
- **deps:** update devdependency unbuild to v1 ([#21](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/21)) ([67b271f](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/67b271f7db44f52404d16faac112d585afb2e37d))
10+
- **deps:** update peerdependency h3 to v1 ([#19](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/19)) ([6581693](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/6581693f17e7d1fddc41ea568136f1045f7cad13))
11+
- **deps:** widen admissable version range for h3 ([0ce0ce4](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/0ce0ce4dfb88abff4d9cb431e0c073c7272552e4))
12+
- use renovate widenPeerDependencies preset ([97694bf](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/97694bf7f0edf667064a924d7596a742e0abbe2f))
13+
314
## [1.1.3](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.2...v1.1.3) (2022-11-07)
415

516
### 🧹 Miscellaneous

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": "1.1.3",
3+
"version": "1.1.4",
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)