Skip to content

Commit

Permalink
chore(main): release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 10, 2023
1 parent 608fca2 commit f6b283a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.6](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.5...v1.1.6) (2023-07-10)


### 🧹 Miscellaneous

* **deps:** update all non-major dependencies ([#25](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/25)) ([f84bd81](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/f84bd810cb7e898a73d481064f1b948edc61bb0b))
* **deps:** update all non-major dependencies ([#27](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/27)) ([d56b97a](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/d56b97a698cc02e5f19f0a19936ccca3e3d6f52b))
* **deps:** update all non-major dependencies ([#29](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/29)) ([608fca2](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/608fca2ddaaa5f0c92feda6e167e3e5be5205f61))
* **deps:** update devdependency @apollo/utils.withrequired to v3 ([#32](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/32)) ([d6a38aa](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/d6a38aa016263977a41758c4b8f7c52f01d2f173))
* **deps:** update devdependency typescript to v5 ([#30](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/30)) ([aaa80fb](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/aaa80fb05bba53c568047b279ff8485bb1b51559))
* **deps:** update pnpm to v7.29.0 ([#28](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/28)) ([ba669c5](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/ba669c5c169b696ba357942b79c923431f0c4ec5))
* **deps:** update pnpm to v8 ([#31](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/31)) ([ef38ad7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/ef38ad7f0e159834886dc0d16d0ed9999bb2019c))
* **deps:** update typescript-eslint monorepo to v6 ([#34](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/34)) ([e963517](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/e963517f0223b760a7fe8845fe6ebc8f452a61b1))

## [1.1.5](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.4...v1.1.5) (2023-02-01)

### 🧹 Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@as-integrations/h3",
"version": "1.1.5",
"version": "1.1.6",
"description": "An Apollo Server integration for use with h3 or Nuxt",
"repository": "github:apollo-server-integrations/apollo-server-integration-h3",
"license": "MIT",
Expand Down

0 comments on commit f6b283a

Please sign in to comment.