Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2024-06-05)

### Bug Fixes

* **add loglevel to widget config:** widget config to support loglevel option ([db864e9](db864e9))
* **update-zod-config:** zod-config-literals ([37bfde6](37bfde6))

### Features

* adds virtual authenticators ([ec73811](ec73811))
* **ping-protect:** implement-ping-protect ([27993c6](27993c6))
* **recoverycodes:** add-devicename-to-recoverycodes-page ([3b728a3](3b728a3))
  • Loading branch information
semantic-release-bot committed Jun 5, 2024
1 parent ee12e65 commit 4ad634f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.3.0](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.1...v1.3.0) (2024-06-05)


### Bug Fixes

* **add loglevel to widget config:** widget config to support loglevel option ([db864e9](https://github.com/forgerock/forgerock-web-login-framework/commit/db864e9964018f0aa3e51cea90c126f2e8800d86))
* **update-zod-config:** zod-config-literals ([37bfde6](https://github.com/forgerock/forgerock-web-login-framework/commit/37bfde63d226c53f2888dcfaad7e6e9ef24eaeba))


### Features

* adds virtual authenticators ([ec73811](https://github.com/forgerock/forgerock-web-login-framework/commit/ec73811bb763df41137afb6c461a51b8a961b93b))
* **ping-protect:** implement-ping-protect ([27993c6](https://github.com/forgerock/forgerock-web-login-framework/commit/27993c600836da0dc8e9a2b9030c875a264c4927))
* **recoverycodes:** add-devicename-to-recoverycodes-page ([3b728a3](https://github.com/forgerock/forgerock-web-login-framework/commit/3b728a37b4cbd6c7573f375b435fe67a62f3fc13))

# [1.3.0-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2024-05-28)


Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
"license": "MIT",
"dependencies": {},
"version": "1.3.0-beta.2"
"version": "1.3.0"
}

0 comments on commit 4ad634f

Please sign in to comment.