Skip to content

Commit

Permalink
Merge pull request #562 from amplify-education/release-6_4_4
Browse files Browse the repository at this point in the history
Fixed multi-level base path validation
  • Loading branch information
rddimon authored Feb 24, 2023
2 parents 45ab284 + 754a0f5 commit c5d74af
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: 'v${{ steps.extract_version.outputs.version }}'
generate_release_notes: 1
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [6.4.4] - 2023-02-24

### Fixed
- Fixed multi-level base path validation. Thank you @scrampin ([561](https://github.com/amplify-education/serverless-domain-manager/pull/561))

## [6.4.3] - 2023-02-17

### Fixed
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-domain-manager",
"version": "6.4.3",
"version": "6.4.4",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"aws-sdk-mock": "^5.8.0",
"chai": "^4.3.7",
"chai-spies": "^1.0.0",
Expand All @@ -65,6 +65,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"aws-sdk": "^2.1317.0"
"aws-sdk": "^2.1322.0"
}
}

0 comments on commit c5d74af

Please sign in to comment.