Skip to content

Commit d20855f

Browse files
Publish v0.0.2 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c12740e commit d20855f

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/spotty-geese-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# @aws/lambda-invoke-store
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Set up release scripts ([c12740efa370880560a55c21cae1fcecad267053](https://github.com/awslabs/aws-lambda-invoke-store/commit/c12740efa370880560a55c21cae1fcecad267053))
8+
39
## 0.0.1
410

511
### Major Changes
612

7-
- Initial code Node.js Invoke Store for AWS Lambda ([c6c89c1a1b3fbf0357a5dce4ca4a0463e02df2fc](https://github.com/awslabs/aws-lambda-invoke-store/commit/c6c89c1a1b3fbf0357a5dce4ca4a0463e02df2fc))
13+
- Initial code Node.js Invoke Store for AWS Lambda ([c6c89c1a1b3fbf0357a5dce4ca4a0463e02df2fc](https://github.com/awslabs/aws-lambda-invoke-store/commit/c6c89c1a1b3fbf0357a5dce4ca4a0463e02df2fc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lambda-invoke-store",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
55
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
66
"main": "./dist/invoke-store.js",

0 commit comments

Comments
 (0)