Skip to content

Commit

Permalink
fix: add webauthn-platform support (#323)
Browse files Browse the repository at this point in the history
* chore: bump auth0-source-control-extension-tools

* 5.5.3
  • Loading branch information
turcottedanny authored Mar 10, 2021
1 parent 940b463 commit b98e0ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.5.3] - 2021-03-10
### Added
- Add webauthn platform as a supported factor

## [5.5.2] - 2021-03-10
### Fixed
- Fix pagination when computing changes
Expand Down Expand Up @@ -296,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#291]: https://github.com/auth0/auth0-deploy-cli/issues/291
[#309]: https://github.com/auth0/auth0-deploy-cli/issues/309

[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.2...HEAD
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.3...HEAD
[5.5.3]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.2...v5.5.3
[5.5.2]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.1...v5.5.2
[5.5.1]: https://github.com/auth0/auth0-deploy-cli/compare/v5.5.0...v5.5.1
[5.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.3.2...v5.5.0
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "5.5.2",
"version": "5.5.3",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"auth0": "^2.27.0",
"auth0-extension-tools": "^1.4.4",
"auth0-source-control-extension-tools": "^4.4.1",
"auth0-source-control-extension-tools": "^4.4.2",
"dot-prop": "^5.2.0",
"fs-extra": "^7.0.0",
"global-agent": "^2.1.12",
Expand Down

0 comments on commit b98e0ce

Please sign in to comment.