From 92e5353b13287a7bfc169ec5e6e8db3888903eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mu=C3=B1oz?= Date: Fri, 14 Jan 2022 10:11:07 +0100 Subject: [PATCH] Release 1.2.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 18d809a..8fc31d3 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.1.1 +future-release=1.2.0 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 2319a0e..a2c35ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/awslabs/cognito-at-edge/tree/1.2.0) (2022-01-12) + +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.1...1.2.0) + +**Fixed:** + +- Switched to Typescript [\#20](https://github.com/awslabs/cognito-at-edge/issues/20) + +**Merged pull requests:** + +- Add typescript support [\#26](https://github.com/awslabs/cognito-at-edge/pull/26) ([piotrekwitkowski](https://github.com/piotrekwitkowski)) + ## [1.1.1](https://github.com/awslabs/cognito-at-edge/tree/1.1.1) (2022-01-07) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.0...1.1.1) diff --git a/package.json b/package.json index 88b2b1c..e53f34e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cognito-at-edge", - "version": "1.1.1", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/awslabs/cognito-at-edge"