From b4e585ed78082384c83ca2f5ffca21ba3663b4be Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Mon, 7 Nov 2022 11:43:36 +0100 Subject: [PATCH] chore(main): release 1.1.2 (#16) * chore(main): release 1.1.2 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e3ea2..463b473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.1.2](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.1...v1.1.2) (2022-11-07) + +Only changes to build infrastructure. + ## [1.1.1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.0...v1.1.1) (2022-11-07) ### 🧹 Miscellaneous diff --git a/package.json b/package.json index 29719c0..340f9cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@as-integrations/h3", - "version": "1.1.1", + "version": "1.1.2", "description": "An Apollo Server integration for use with h3 or Nuxt", "repository": "apollo-server-integrations/apollo-server-integration-h3", "license": "MIT",