Skip to content

Commit d9926e3

Browse files
committed
bumps version and changelog
1 parent 6e1b05a commit d9926e3

File tree

6 files changed

+150
-75
lines changed

6 files changed

+150
-75
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [12.1.6] - 2023-01-22
11+
12+
- Updates jsonwebtoken dependency to version 9.0.0 to fix vulnerability in it's `verify` function.
13+
1014
## [12.1.5] - 2022-12-10
1115

1216
- Fixes Content-type header in AWS lambda framework

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const version = "12.1.5";
15+
export const version = "12.1.6";
1616

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

0 commit comments

Comments
 (0)