Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @zxcvbn-ts/[email protected]
 - @zxcvbn-ts/[email protected]
  • Loading branch information
MrWook committed Jul 17, 2023
1 parent ed7f419 commit ce3aed6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/libraries/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/[email protected]...@zxcvbn-ts/[email protected]) (2023-07-17)


### Bug Fixes

* **regex-matcher:** process all entries found by regex matcher ([8033567](https://github.com/zxcvbn-ts/zxcvbn/commit/80335670516ac14634c9557ffca5e5c03bdcfcdf))
* **separator:** use missing separator scoring in estimation ([da2a834](https://github.com/zxcvbn-ts/zxcvbn/commit/da2a834ba6a7ff489a8b713147a8f5e638d1ed00))
* **spatial:** set correct default value for spatial turns ([0fa987d](https://github.com/zxcvbn-ts/zxcvbn/commit/0fa987d51c6b2a43ca05617c2cfe6676692a922c))
* **unmungger:** fix l33t match boundaries with uneven substitutions before the match ([#215](https://github.com/zxcvbn-ts/zxcvbn/issues/215)) ([0ebc6ff](https://github.com/zxcvbn-ts/zxcvbn/commit/0ebc6ff1fb909e50678d07868cba61531da9f25f))





## [3.0.2](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/[email protected]...@zxcvbn-ts/[email protected]) (2023-06-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxcvbn-ts/core",
"version": "3.0.2",
"version": "3.0.3",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/libraries/pwned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/[email protected]...@zxcvbn-ts/[email protected]) (2023-07-17)


### Bug Fixes

* **bundler:** resolve bundler issues where crypto is blocking ([a88df6f](https://github.com/zxcvbn-ts/zxcvbn/commit/a88df6fa12d8ec02ce32e5d01b4b3e62170c924d))





## [3.0.2](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/[email protected]...@zxcvbn-ts/[email protected]) (2023-06-06)

**Note:** Version bump only for package @zxcvbn-ts/matcher-pwned
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/pwned/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxcvbn-ts/matcher-pwned",
"version": "3.0.2",
"version": "3.0.3",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@zxcvbn-ts/core": "^3.0.2"
"@zxcvbn-ts/core": "^3.0.3"
},
"keywords": [
"pwned",
Expand Down

0 comments on commit ce3aed6

Please sign in to comment.