From 49a7c85e48e6d1855ca714691a6bb06e955484ae Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 21 Mar 2024 22:50:38 +0800 Subject: [PATCH] chore(main): release 1.1.7 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dbadf..c36ee53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.6...v1.1.7) (2024-03-21) + + +### ๐Ÿงน Miscellaneous + +* **deps:** update actions/checkout action to v4 ([#41](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/41)) ([78887f8](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/78887f8af88935ac027a41deb2cfc213e27d4e95)) +* **deps:** update actions/checkout digest to 8ade135 ([#47](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/47)) ([487a914](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/487a9140017f01c4926f992b20e7e31100fc3843)) +* **deps:** update actions/setup-node action to v4 ([#48](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/48)) ([efc80f5](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/efc80f5da318c92e0b04e6afd8ceca542e25199f)) +* **deps:** update all non-major dependencies ([#40](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/40)) ([dcb6958](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/dcb6958b89df05d987f13bc19ef507ed17bfcd70)) +* **deps:** update codecov/codecov-action action to v4 ([#51](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/51)) ([0a0c0fa](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/0a0c0fa1f00e7d3aade0419ae7b3267bd572b50d)) +* **deps:** update devdependency vitest to v1 ([#50](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/50)) ([377463b](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/377463bbe6f2e2288b2c620cf315943eb8bb1c09)) +* **deps:** update typescript-eslint monorepo to v7 ([#52](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/52)) ([e7e70a3](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/e7e70a3d14f73d226cf30cc3a39cfb0d54b6225b)) + ## [1.1.6](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.5...v1.1.6) (2023-08-23) ### ๐Ÿ› Bug Fixes diff --git a/package.json b/package.json index c414c0c..4a399ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@as-integrations/h3", - "version": "1.1.6", + "version": "1.1.7", "description": "An Apollo Server integration for use with h3 or Nuxt", "repository": "github:apollo-server-integrations/apollo-server-integration-h3", "license": "MIT",