Skip to content

Commit

Permalink
8.4.1 (#1003)
Browse files Browse the repository at this point in the history
* CHANGELOG update

* 8.4.1

* CHANGELOG lint
  • Loading branch information
kushalshit27 authored Dec 16, 2024
1 parent 8b22b42 commit 4fc072b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.4.1] - 2024-12-16

### Fixed

- Fix importing forms, flows and flow vault connections dependencies[#1001]
- Fix docs for support of rendering `prompt` screen's settings [#1002]

## [8.4.0] - 2024-12-09

### Added
Expand Down Expand Up @@ -1148,7 +1155,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#989]: https://github.com/auth0/auth0-deploy-cli/issues/989
[#991]: https://github.com/auth0/auth0-deploy-cli/issues/991
[#998]: https://github.com/auth0/auth0-deploy-cli/issues/998
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...HEAD
[#1001]: https://github.com/auth0/auth0-deploy-cli/issues/1001
[#1002]: https://github.com/auth0/auth0-deploy-cli/issues/1002
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.1...HEAD
[8.4.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...v8.4.1
[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
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.4.0",
"version": "8.4.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 4fc072b

Please sign in to comment.