Skip to content

Commit 4a7ca59

Browse files
committed
UPDATED: Version bumped to 1.0.1.
1 parent 7e52a55 commit 4a7ca59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [1.0.1]
9+
810
- Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria.
911

1012
## [1.0.0]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-typescript",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A sample to create AWS Lambda functions in TypeScript with Serverless.",
55
"main": "handler.js",
66
"scripts": {

0 commit comments

Comments
 (0)