Skip to content

Commit 4e1da61

Browse files
authored
Release 1.0.0 (#31)
bump version to 1.0.0 in package.json and package-lock.json
1 parent d70cfbe commit 4e1da61

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-starter-infrastructure",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "AWS CDK infrastructure for lambda-starter",
55
"private": true,
66
"type": "commonjs",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-starter",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "A starter project for Lambda functions using Node.js and TypeScript.",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)