Skip to content

Commit 6524a01

Browse files
fixes a few dependency versions (#457)
* fixes a few dependency versions * bumps version
1 parent fd818c8 commit 6524a01

File tree

6 files changed

+831
-378
lines changed

6 files changed

+831
-378
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.3] - 2022-12-12
11+
12+
- Updates some dependencies cause of `npm audit`
13+
1014
## [12.1.2] - 2022-12-06
1115

1216
- Fixes issue where if sendEmail is overridden with a different email, it will reset that email.

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.2";
15+
export const version = "12.1.3";
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)