Skip to content

Commit

Permalink
Release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jul 18, 2024
1 parent 0dd7645 commit ea3019b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 37 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Updated Cloudformation find API id error message

## [7.4.0] - 2024-07-18

### Added
- Updated `peerDependencies` to support Serverless Framework v4. Thank you @czubocha ([633](https://github.com/amplify-education/serverless-domain-manager/pull/633))

### Fixed
- Fixed domain deleting when fail on not exist stack. Thank you @0vvland ([627](https://github.com/amplify-education/serverless-domain-manager/pull/627))
- Added a fix to work with the LocalStack. Thank you @circulon ([634](https://github.com/amplify-education/serverless-domain-manager/pull/634))
- Updated packages

## [7.3.8] - 2023-03-07

### Fixed
- Updated Cloudformation find API id error message

## [7.3.7] - 2023-03-06

### Fixed
Expand Down
83 changes: 47 additions & 36 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": "serverless-domain-manager",
"version": "7.3.8",
"version": "7.4.0",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit ea3019b

Please sign in to comment.