Skip to content

Commit

Permalink
Update deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 23, 2025
1 parent 89b8a05 commit ca42dd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

---

## [5.0.8] 2025-01-23

### Changed

- Added `stackName` property to Deploy plugin params
- Improved error handling during Lambda direct updates

---

## [5.0.7] 2024-04-30

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@aws-lite/s3": "^0.1.21",
"@aws-lite/ssm": "^0.2.3",
"chalk": "4.1.2",
"fs-extra": "~11.2.0",
"fs-extra": "~11.3.0",
"get-folder-size": "2.0.1",
"glob": "~10.3.12",
"mime-types": "~2.1.35",
Expand All @@ -61,11 +61,11 @@
"devDependencies": {
"@architect/eslint-config": "~3.0.0",
"cross-env": "~7.0.3",
"eslint": "~9.1.1",
"eslint": "~9.18.0",
"mock-tmp": "~0.0.4",
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "~1.2.2",
"tape": "~5.7.5"
"tap-arc": "~1.3.2",
"tape": "~5.9.0"
}
}

0 comments on commit ca42dd0

Please sign in to comment.