From ff9183c2ed2499636c52802bdddd236c35d30cd5 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Mon, 7 Nov 2022 12:39:37 +0100 Subject: [PATCH] chore(main): release 1.1.3 (#17) * chore(main): release 1.1.3 * chore: Format CHANGELOG.md with Prettier Co-authored-by: github-actions[bot] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463b473..5553485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.2...v1.1.3) (2022-11-07) + +### 🧹 Miscellaneous + +- provide npm auth token via npmrc ([ef0833b](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/ef0833b9030525dd166522e100d3ff396cbcee05)) +- specify correct repo in package.json ([1554e4a](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/1554e4adbcbc9cf87397e9b86a37e7c7ae32d51d)) + ## [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. diff --git a/package.json b/package.json index 138ac8d..c696b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@as-integrations/h3", - "version": "1.1.1", + "version": "1.1.3", "description": "An Apollo Server integration for use with h3 or Nuxt", "repository": "github:apollo-server-integrations/apollo-server-integration-h3", "license": "MIT",