Skip to content

Commit 145d6fe

Browse files
committed
chore(release): v0.0.9 [ci skip]
1 parent 85d44df commit 145d6fe

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [0.0.9](ac-lambda-deployment/compare/v0.0.8..v0.0.9) (2026-04-06 15:14:33)
2+
3+
4+
### Bug Fix
5+
6+
7+
* **App:** Package updates | MP | [28471f80ec39f399d82504d832812cf7ab0b355b](ac-lambda-deployment/commit/28471f80ec39f399d82504d832812cf7ab0b355b)
8+
Package updates
9+
Related issues:
10+
### Tests
11+
12+
13+
* **App:** Improved tests | MP | [130b924c464bda4620cfc89dd6ccb75fa5d1adb8](ac-lambda-deployment/commit/130b924c464bda4620cfc89dd6ccb75fa5d1adb8)
14+
Improved tests after CoPilot review
15+
Related issues:
16+
* **App:** Added tests | MP | [ffb26c23574c9e2f279e0bfa98b3d589d528b9dc](ac-lambda-deployment/commit/ffb26c23574c9e2f279e0bfa98b3d589d528b9dc)
17+
Added tests
18+
Related issues:
19+
### Style
20+
21+
22+
* **App:** Lint-fix | MP | [97124b0b06af3a24f6fdbcba657e74fac4d0a1c1](ac-lambda-deployment/commit/97124b0b06af3a24f6fdbcba657e74fac4d0a1c1)
23+
Lint-fix - replaced console.log with console.warn
24+
Related issues:
25+
### Chores
26+
27+
28+
* **App:** Allow Node 22 or higher | MP | [85d44dfdf4eecfad83fd3f174c57c352c815ff2c](ac-lambda-deployment/commit/85d44dfdf4eecfad83fd3f174c57c352c815ff2c)
29+
Allow Node 22 or higher in package.json
30+
Related issues:
31+
* **App:** Added Github workflows | MP | [42e60db6d3160320e78c66ed3756eede4e9ad951](ac-lambda-deployment/commit/42e60db6d3160320e78c66ed3756eede4e9ad951)
32+
Added Github workflows
33+
Related issues:
34+
* **App:** Several maintenance chores | MP | [b53616b490b1d162f95cd37be02e2e8088204e9e](ac-lambda-deployment/commit/b53616b490b1d162f95cd37be02e2e8088204e9e)
35+
Several maintenance chores
36+
Related issues:
137
## [0.0.8](https://github.com/admiralcloud/ac-lambda-deployment/compare/v0.0.7..v0.0.8) (2026-04-06 14:50:15)
238

339

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ac-lambda-deployment",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Simple AWS Lambda deployment tool using AWS SDK v3",
55
"main": "index.js",
66
"bin": {
@@ -52,4 +52,4 @@
5252
"mocha/serialize-javascript": "^7.0.5",
5353
"mocha/diff": "^8.0.3"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)