Skip to content

Commit 4c68d72

Browse files
committed
chore(release): 1.2.0
1 parent 82cf115 commit 4c68d72

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [1.2.0](https://github.com/TimothyJones/github-cognito-openid-wrapper/compare/v1.1.0...v1.2.0) (2020-09-08)
6+
7+
8+
### Features
9+
10+
* allow configuration of github base urls during deployment ([6de104b](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/6de104b378b2d39105d34938d5a6eb79722430cc))
11+
12+
13+
### Bug Fixes
14+
15+
* **cfn:** Correct lambda runtime to nodejs10.x ([08f25b7](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/08f25b73886280a8d35ac725c3558335d8ef4c6a))
16+
* **config:** Add stage name variable to example config ([cf9b591](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/cf9b591c5eb1ccd3b37a83a3ab042cc2970b4a80))
17+
* **deps:** Move snyk to a dev-dependency ([f2f8098](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/f2f8098aabf1609115070185a45a0bb5fbd924f8))
18+
* **deps:** Removed unused package 'to' ([31f7410](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/31f7410c4f6349124d8223a7dc353a8ba5214314))
19+
* **deps:** Update vulnerable dependencies ([f4b7cc3](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/f4b7cc34dbaf12c488398b37b9d65054ef0b662a))
20+
* **deps:** Update vulnerable packages ([ea4c9b5](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/ea4c9b5eb11067b15c84e8f28b04c7d1acdb7f8e))
21+
* **deps:** Update vulnerable packages ([e03df71](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/e03df71e09df5dbbf11701562e33464d9a3a8b5b))
22+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([52ec92f](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/52ec92fa41ddbab9fb5ec08ff5625f526def70e5))
23+
* **deps:** Upgrade dependencies to fix vulnerability warnings ([1bce3f9](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/1bce3f91451e9324eb898f5e0f6add7c3ca586cf))
24+
* **deps:** Upgrade vulnerable packages ([70bbea3](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/70bbea3c19ef7e58a118101eb885cf757d8a11b4))
25+
* **logging:** Further restrict logging so sensitive info only gets logged during debug ([1c633a2](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/1c633a27a2c489324f7c1a2fd384c4ac87125d85))
26+
* **tests:** Increase timeout for pact tests to fix issues with tests on some systems ([5ffb173](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/5ffb1739ed4b04718eddebdf17b009116ad0400d))
27+
* .snyk & package.json to reduce vulnerabilities ([cb982a9](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/cb982a97a8f6454e6732d3a6e697f42aed5fdfef))
28+
* Fix vulnerabilities ([fc2fb82](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/fc2fb82e8bfaa09005304dec7d5339c4ff5a362d))
29+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([f1475a7](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/f1475a7593804928f357950bdc8c51009d92ff5b))
30+
* update dependencies ([25f6b38](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/25f6b3811e3933e597a97c51132a617a3a2689a7))
31+
* update vulnerable packages ([e95d2f8](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/e95d2f87ce2076c6aad7a3d8c5218e5a7a0fba1b))
32+
* Update vulnerable packages ([5513353](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/55133531f1f47f563f857939c541e18078c4a6f8))
33+
* Update vulnerable packages ([ba5df75](https://github.com/TimothyJones/github-cognito-openid-wrapper/commit/ba5df755979650c39f594aed2009ff4d96de58dc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-cognito-openid-wrapper",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A wrapper to enable AWS Cognito User Pools (which requires OpenID Connect) to talk to GitHub (which only provides OAuth2.0)",
55
"main": "dist-web/server.js",
66
"repository": {

0 commit comments

Comments
 (0)