Skip to content

Commit

Permalink
Release 1.2.2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandek authored Apr 12, 2022
1 parent 6dc95af commit ff063fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unreleased=true
future-release=1.2.1
future-release=1.2.2
issues-wo-labels=false
enhancement-label=**Added:**
enhancement-labels=added-feature
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.2](https://github.com/awslabs/cognito-at-edge/tree/1.2.2) (2022-04-12)

[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.1...1.2.2)

**Fixed:**

- Fix type mismatch of the status code [\#35](https://github.com/awslabs/cognito-at-edge/pull/35) ([piotrekwitkowski](https://github.com/piotrekwitkowski))
- fix: update regex to account for idToken being last key value pair in cookie string [\#33](https://github.com/awslabs/cognito-at-edge/pull/33) ([timbakkum](https://github.com/timbakkum))

**Merged pull requests:**

- Update axios and aws-jwt-verify dependencies [\#30](https://github.com/awslabs/cognito-at-edge/pull/30) ([ottokruse](https://github.com/ottokruse))

## [1.2.1](https://github.com/awslabs/cognito-at-edge/tree/1.2.1) (2022-01-17)

[Full Changelog](https://github.com/awslabs/cognito-at-edge/compare/1.2.0...1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cognito-at-edge",
"version": "1.2.1",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/cognito-at-edge"
Expand Down

0 comments on commit ff063fe

Please sign in to comment.