From 13ff258207807780c97107d671a65490b297800b Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Wed, 26 Jan 2022 18:07:35 -0500 Subject: [PATCH] [E4E-0]: 1.4.5 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7fd0e..d67f61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.5](https://github.com/nrccua/apollo-rest-utils/compare/1.4.4...1.4.5) (2022-01-26) + + +### Changes + +* [E4E-0]: Allow $headers to be included in variables to queries ([d5585ab](https://github.com/nrccua/apollo-rest-utils/commit/d5585abfed15e41d5c21deb5361fa3272aa4fae2)) +* [E4E-0]: 1.4.4 ([2e42d47](https://github.com/nrccua/apollo-rest-utils/commit/2e42d47c5f1fc15715be03c182525cdeab28b6f9)) + ### [1.4.4](https://github.com/nrccua/apollo-rest-utils/compare/1.4.3...1.4.4) (2022-01-26) diff --git a/package-lock.json b/package-lock.json index 8986552..c406a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "apollo-rest-utils", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e071a7..245e6ba 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "update:version:major": "standard-version --release-as major && npm run test:lint:md", "update:version:minor": "standard-version --release-as minor && npm run test:lint:md" }, - "version": "1.4.4" + "version": "1.4.5" }