From 77e2f9e322ce7fcc47fd3e83b4d37d923eb7e390 Mon Sep 17 00:00:00 2001 From: borisfba Date: Tue, 18 Apr 2023 15:01:25 +0200 Subject: [PATCH] Release 1.4.0 (#63) --- .github_changelog_generator | 2 +- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 0edeb8d..0422230 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.3.2 +future-release=1.4.0 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature diff --git a/CHANGELOG.md b/CHANGELOG.md index a980aee..6dc320a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [1.3.2](https://github.com/awslabs/cognito-at-edge/tree/1.3.2) (2023-02-17) +## [1.4.0](https://github.com/awslabs/cognito-at-edge/tree/1.4.0) (2023-04-18) + +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.3.2...1.4.0) + +**Added:** + +- Use refetch token, if available [\#51](https://github.com/awslabs/cognito-at-edge/pull/51) ([maverick089](https://github.com/maverick089)) + +## [1.3.2](https://github.com/awslabs/cognito-at-edge/tree/1.3.2) (2023-02-20) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.3.1...1.3.2) diff --git a/package.json b/package.json index fb08d70..69f1ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-at-edge", - "version": "1.3.2", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/awslabs/cognito-at-edge"