Skip to content

Commit e2c4a85

Browse files
meynardmeynard
authored andcommitted
Formalized package release version
1 parent 86ee0c5 commit e2c4a85

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@ Sample Lambda and API Gateway implementation with Cloudformation can be found in
4444
## Test
4545
```
4646
npm run test
47-
```
47+
```
48+
49+
## Releases / Changelogs
50+
51+
0.0.1 - Initial stable release.
52+
53+
0.0.2 - Updated readme. Added Usage and link to sample implementation.
54+
55+
1.0.0 - Formalized package release version. Add utf8 support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-multipart-parser",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "This module will parse the multipart-form containing files and fields from the lambda event object.",
55
"main": "index.js",
66
"author": "francismeynard",

0 commit comments

Comments
 (0)