From 3a91a59e6aca10aec57e28dcfa38c1f5425e52be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mu=C3=B1oz?= <96479463+pedromgarcia@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:53:33 +0100 Subject: [PATCH] Update changelog (after adding 1.2.0 release) (#29) --- .github_changelog_generator | 2 +- CHANGELOG.md | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 8fc31d3..3367e3c 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.2.0 +future-release=1.2.1 issues-wo-labels=false enhancement-label=**Added:** enhancement-labels=added-feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 80550d8..be3c359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,23 @@ [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.0...1.2.1) -## [1.2.0](https://github.com/awslabs/cognito-at-edge/tree/1.2.0) (2022-01-12) +**Fixed:** -[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.1...1.2.0) +- Add npmignore to include dist files in npm releases [\#28](https://github.com/awslabs/cognito-at-edge/pull/28) ([pedromgarcia](https://github.com/pedromgarcia)) -**Fixed:** +## [1.2.0](https://github.com/awslabs/cognito-at-edge/tree/1.2.0) (2022-01-14) -- Switched to Typescript [\#20](https://github.com/awslabs/cognito-at-edge/issues/20) +[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.1...1.2.0) -**Merged pull requests:** +**Added:** - 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) +**Closed issues:** + +- Switch to typescript [\#20](https://github.com/awslabs/cognito-at-edge/issues/20) + +## [1.1.1](https://github.com/awslabs/cognito-at-edge/tree/1.1.1) (2022-01-10) [Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.1.0...1.1.1)