Skip to content

Commit 03e2ccc

Browse files
chore(main): release 0.2.0 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 894a4c3 commit 03e2ccc

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/abiglobalhealth/github-action-deploy-lambda/compare/v0.1.1...v0.2.0) (2024-09-09)
4+
5+
6+
### Features
7+
8+
* **Serverless:** remove --aws-s3-accelerate in serverless deploy (it is not allow in all aws regions) ([#18](https://github.com/abiglobalhealth/github-action-deploy-lambda/issues/18)) ([894a4c3](https://github.com/abiglobalhealth/github-action-deploy-lambda/commit/894a4c37738cce3f69f888041691fc879ee425ad))
9+
310
## [0.1.1](https://github.com/abiglobalhealth/github-action-deploy-lambda/compare/v0.1.0...v0.1.1) (2024-09-09)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-deploy-lambda",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Github Action to deploy a lambda function",
55
"author": "ABI Global Health",
66
"license": "ISC",

0 commit comments

Comments
 (0)