diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0399180..a99f84a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "1.1.6" } +{ ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dbadf..35a390c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [1.2.0](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.6...v1.2.0) (2024-07-09) + +### ๐Ÿ”– Features + +- add websocket support for subscriptions via crossws ([#65](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/65)) ([6a7b9c2](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/6a7b9c228699302676910df4eaffc356fc192c98)) + +### ๐Ÿ“š 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 all non-major dependencies ([#67](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/67)) ([c71c9b2](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/c71c9b27229c88d4072c074f866d42a25202a6a3)) +- **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 eslint to v9 ([#70](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/70)) ([0f5ead5](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/0f5ead5cbdbc84dc061647d7d127dab6ead07738)) +- **deps:** update devdependency eslint-config-unjs to ^0.3.2 ([#75](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/75)) ([30af89a](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/30af89afa2b811020d3b5364c5fa01550e1235c0)) +- **deps:** update devdependency eslint-plugin-unused-imports to v4 ([#72](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/72)) ([5bf90a6](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/5bf90a6286ca86e2d8ff589099e893e247de4637)) +- **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 mcr.microsoft.com/vscode/devcontainers/base docker tag to v1 ([#71](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/71)) ([6d1ecf1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/6d1ecf1fd20a9435daf98c8085a6ee65ba3b6fb9)) +- **deps:** update pnpm to v9 ([#69](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/69)) ([b86ce31](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/b86ce31d58848944c2533f3332d7e1a1c351c402)) +- **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)) +- **deps:** update vitest monorepo to v2 ([#73](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/73)) ([810d1b6](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/810d1b6f9844c3c33d87987da252925457dcc7ff)) +- 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 CI workflow to include running type tests (and other minor improvements from unjs/template) ([#76](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/76)) ([bc62b2b](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/bc62b2b5d0a5f780ed5d3db2604dff7ed1f43b1b)) +- update Node.js version to 16.10.0 or >=18.0.0 in package.json ([#74](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/74)) ([ce8958c](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/ce8958c8470868049dc4c0bcbb809cd745fa76a1)) +- 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 bece09b..59199be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@as-integrations/h3", - "version": "1.1.6", + "version": "1.2.0", "description": "An Apollo Server integration for use with h3 or Nuxt", "repository": "github:apollo-server-integrations/apollo-server-integration-h3", "license": "MIT",