Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
crccheck committed Feb 20, 2017
1 parent 0dc1702 commit 1e5328a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.0
* [[`0dc1702679`](https://github.com/crccheck/kinesis-console-consumer/commit/0dc1702679)] - Add ability to process messages (#31) (crccheck)
* [[`728fc0a858`](https://github.com/crccheck/kinesis-console-consumer/commit/728fc0a858)] - Add 'checkpoint' event and keep track of sequence numbers and shard iterators (#30) (crccheck)
* [[`3cd70aa412`](https://github.com/crccheck/kinesis-console-consumer/commit/3cd70aa412)] - Add basic changelog (#28) (crccheck)

## 1.5.0
* [[`bdb8d58578`](https://github.com/crccheck/kinesis-console-consumer/commit/bdb8d58578)] - Options refactor/#18 (#26) (crccheck)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kinesis-console-consumer",
"version": "1.5.0",
"version": "1.6.0",
"description": "AWS Kinesis stream consumer for the console",
"main": "index.js",
"engines": {
Expand All @@ -13,7 +13,7 @@
"test": "istanbul cover _mocha",
"tdd": "mocha --watch --reporter dot --bail",
"travisci": "npm run test -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"changelog": "echo -e \"$(changelog-maker && cat CHANGELOG.md)\" > CHANGELOG.md"
"changelog": "echo \"$(changelog-maker && cat CHANGELOG.md)\" > CHANGELOG.md"
},
"bin": {
"kinesis-console-consumer": "./cli.js"
Expand Down

0 comments on commit 1e5328a

Please sign in to comment.