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)