Skip to content

Commit

Permalink
Merge pull request #499 from auth0/update-changelog-7.8.0
Browse files Browse the repository at this point in the history
Update changelog and version to 7.8.0
  • Loading branch information
willvedd authored Apr 15, 2022
2 parents df61a77 + 5bf418c commit c3bde04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.8.0] - 2022-04-14

### Added

- Type declarations for more seamless integration into Typescript projects when used as a module [#485]

### Security

- Updated Winston from 2.3.x to 3.3.0 which applies fix for theoretical prototype pollution vulnerability [#497]

## [7.7.1] - 2022-04-07

### Added
Expand Down Expand Up @@ -666,7 +676,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#478]: https://github.com/auth0/auth0-deploy-cli/issues/478
[#481]: https://github.com/auth0/auth0-deploy-cli/issues/481
[#482]: https://github.com/auth0/auth0-deploy-cli/issues/482
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.1...HEAD
[#485]: https://github.com/auth0/auth0-deploy-cli/issues/485
[#497]: https://github.com/auth0/auth0-deploy-cli/issues/497
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.8.0...HEAD
[7.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.1...v7.8.0
[7.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.0...v7.7.1
[7.7.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.6.0...v7.7.0
[7.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...v7.6.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": "7.7.1",
"version": "7.8.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit c3bde04

Please sign in to comment.