Skip to content

Commit 353e2ee

Browse files
committed
Updating package.json and CHANGELOG.md for release.
1 parent ce6471a commit 353e2ee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log for lambda-stash
2+
3+
## 1.0.1 [2016/06/19]
4+
5+
- Fixing parsing of CloudWatch Log messages.
6+
- Fixing name of formatCloudtrail.spec.js test file.
7+
8+
## 1.0.0 [2016/06/18]
9+
10+
- Initial release of lambda-stash.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-stash",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AWS Lambda script for shipping data from S3 or other cloud data sources to data stores, like Elasticsearch",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)