From ef3c7ca0affe3687ae1e1450d30231b95cf5f9ef Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 2 Apr 2024 08:07:28 +0800 Subject: [PATCH] chore(main): release 1.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0399180..b89f847 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "1.1.6" } +{".":"1.1.7"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dbadf..56036cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.1.7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.6...v1.1.7) (2024-04-02) + + +### ๐Ÿ“š Documentation + +* add a simple h3 example ([#59](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/59)) ([31935e1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/31935e1c2910e002528d038ea5de1a1c10626abd)) + + +### ๐Ÿงน Miscellaneous + +* add documentation section to changelog ([#60](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/60)) ([707ec29](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/707ec292ab6c0d0213a0889dca19fbe67dac6f8e)) +* add release please manifest ([#56](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/56)) ([4d26ce4](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/4d26ce4c6e79ee860ff91f1c22b468a03ba014af)) +* **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 all non-major dependencies ([#61](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/61)) ([042b09c](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/042b09c16f6badd49ff799bd6373c1deaef57191)) +* **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 google-github-actions/release-please-action action to v4 ([#49](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/49)) ([0b26309](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/0b26309e260f61ec1dd56bee59b52eefd5668434)) +* **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)) +* format .release-please-manifest.json with Prettier ([#57](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/57)) ([55c6454](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/55c64541bbd06ae5878524f8865f42d691a0805a)) +* move please-release config to config file ([97ef2f7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/97ef2f79099c0ced39edf9f9148f6689d64e1f98)) +* only try to push changes when release PR is created ([79ccbe5](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/79ccbe5fb6b3a5b59a610d082b90871ea0377a5c)) +* update @vitest/coverage-c8 to @vitest/coverage-v8 ([#66](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/66)) ([1da98de](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/1da98de5118b9414ddfb48ba24d217feb3196c1f)) +* update release-please config to exclude component in tag ([#58](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/58)) ([3553907](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/3553907d8fe0628468b9ac5972cbc97934afb8b5)) + ## [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 0d688e1..c02c80e 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",