Skip to content

Commit 2ec577c

Browse files
Fix version to be released (#2494)
Fixes the version to be released, as the previous version is 12.3.0.
1 parent b6d76c0 commit 2ec577c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

3-
## [v12.2.1](https://github.com/auth0/lock/tree/v12.2.1) (2023-11-13)
4-
[Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.2.1)
3+
## [v12.3.1](https://github.com/auth0/lock/tree/v12.3.1) (2023-11-13)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v12.3.0...v12.3.1)
55

66
**Security**
77
- Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "12.2.1",
3+
"version": "12.3.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)