Skip to content

Commit 3e4f7ce

Browse files
authored
8.4.4 (#1018)
* CHANGELOG update * 8.4.4 * CHANGELOG lint
1 parent 5e08543 commit 3e4f7ce

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.4.4] - 2025-01-20
11+
12+
### Fixed
13+
14+
- Fix `emailProvider` support for Azure and MS365 [#1016]
15+
- Fix npmignore to exclude additional files and directories [#1017]
16+
1017
## [8.4.3] - 2025-01-08
1118

1219
### Fixed
@@ -1178,7 +1185,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11781185
[#1008]: https://github.com/auth0/auth0-deploy-cli/issues/1008
11791186
[#1009]: https://github.com/auth0/auth0-deploy-cli/issues/1009
11801187
[#1010]: https://github.com/auth0/auth0-deploy-cli/issues/1010
1181-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.3...HEAD
1188+
[#1016]: https://github.com/auth0/auth0-deploy-cli/issues/1016
1189+
[#1017]: https://github.com/auth0/auth0-deploy-cli/issues/1017
1190+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.4...HEAD
1191+
[8.4.4]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.3...v8.4.4
11821192
[8.4.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.2...v8.4.3
11831193
[8.4.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.1...v8.4.2
11841194
[8.4.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...v8.4.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.4.3",
3+
"version": "8.4.4",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)