Skip to content

Commit

Permalink
bumps version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jan 22, 2023
1 parent 6e1b05a commit d9926e3
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 75 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [12.1.6] - 2023-01-22

- Updates jsonwebtoken dependency to version 9.0.0 to fix vulnerability in it's `verify` function.

## [12.1.5] - 2022-12-10

- Fixes Content-type header in AWS lambda framework
Expand Down
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const version = "12.1.5";
export const version = "12.1.6";

export const cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"];

Expand Down
Loading

0 comments on commit d9926e3

Please sign in to comment.