Skip to content

Commit

Permalink
8.4.0 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya18101 authored Dec 9, 2024
2 parents 66f0b01 + bbfba43 commit d9b23b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.4.0] - 2024-12-09

### Added

- Add support for rendering `prompt` screen's settings [#998]

## [8.3.0] - 2024-11-28

### Added
Expand Down Expand Up @@ -1141,7 +1147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#984]: https://github.com/auth0/auth0-deploy-cli/issues/984
[#989]: https://github.com/auth0/auth0-deploy-cli/issues/989
[#991]: https://github.com/auth0/auth0-deploy-cli/issues/991
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...HEAD
[#998]: https://github.com/auth0/auth0-deploy-cli/issues/998
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...HEAD
[8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0
[8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0
[8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "8.3.0",
"version": "8.4.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit d9b23b6

Please sign in to comment.