Skip to content

Commit b5df4d9

Browse files
chore(main): release 0.1.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80a51c1 commit b5df4d9

3 files changed

Lines changed: 16 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.0.5"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/abiglobalhealth/github-action-deploy-lambda/compare/v0.0.5...v0.1.0) (2024-09-09)
4+
5+
6+
### Features
7+
8+
* **Package:** add package.json to use release-please ([#14](https://github.com/abiglobalhealth/github-action-deploy-lambda/issues/14)) ([80a51c1](https://github.com/abiglobalhealth/github-action-deploy-lambda/commit/80a51c1ceb0fe1435fac0c47c01c356acf1e30ac))
9+
* **Region:** add multiregion credentials ([#12](https://github.com/abiglobalhealth/github-action-deploy-lambda/issues/12)) ([c334456](https://github.com/abiglobalhealth/github-action-deploy-lambda/commit/c3344569d07fe4924d6f373d378da598bb7f12a5))
10+
11+
12+
### Bug Fixes
13+
14+
* **Release:** fix release please banch ([#13](https://github.com/abiglobalhealth/github-action-deploy-lambda/issues/13)) ([95977c5](https://github.com/abiglobalhealth/github-action-deploy-lambda/commit/95977c5483f13f29202a394cb3f4da22e609c07e))

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.0.5",
3+
"version": "0.1.0",
44
"description": "Github Action to deploy a lambda function",
55
"author": "ABI Global Health",
66
"license": "ISC",

0 commit comments

Comments
 (0)