Skip to content

Commit

Permalink
Merge pull request #12 from voldern/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
voldern authored Aug 18, 2016
2 parents f8ab4f1 + 1d00f3c commit 5ff422f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- '0.12'
- '4.2'
- 'node'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2016-08-18
### Added
- Make it possible to specify the bulk action

## [0.3.0] - 2016-07-22
### Added
- Make it possible to add parent property to documents
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": "elasticsearch-bulk-index-stream",
"version": "0.3.0",
"version": "1.0.0",
"description": "A writable stream for bulk indexing records in Elasticsearch",
"main": "index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"eslint-config-vgno": "^4.0.1",
"istanbul": "^0.4.0",
"jsdoc-to-markdown": "^1.2.0",
"mocha": "^2.3.3",
"mocha": "^3.0.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
Expand Down

0 comments on commit 5ff422f

Please sign in to comment.