Skip to content

Commit

Permalink
Merge pull request #435 from amplify-education/hotfix/add-error-log
Browse files Browse the repository at this point in the history
Adds error logging for getDomainName API fail
  • Loading branch information
rddimon authored Jul 26, 2021
2 parents 3338f3e + ba7e616 commit 6d7f3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.1.4] - 2021-07-19
- Adds error logging for getDomainName API fail. Thank you @adamrhunter ([#434](https://github.com/amplify-education/serverless-domain-manager/pull/434))

## [5.1.3] - 2021-07-19
- Fix filtering of stacks by the given stackName and check by the nested stack RootId. Thank you @matteobattista ([#427](https://github.com/amplify-education/serverless-domain-manager/pull/427))
- Refactoring. Update packages
Expand Down
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": "5.1.3",
"version": "5.1.4",
"engines": {
"node": ">=12"
},
Expand Down

0 comments on commit 6d7f3ff

Please sign in to comment.