From 8b75ec3d1d1c6c87842057b76e68c06391c56f38 Mon Sep 17 00:00:00 2001 From: Espen Volden Date: Thu, 18 Aug 2016 12:46:00 +0200 Subject: [PATCH 1/3] Update mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e36980..dc634c3 100644 --- a/package.json +++ b/package.json @@ -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" }, From 32016bbe6deb1031814d5eebc56805ecd5c478eb Mon Sep 17 00:00:00 2001 From: Espen Volden Date: Thu, 18 Aug 2016 12:49:40 +0200 Subject: [PATCH 2/3] Test against latest node version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4817853..82f284b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - '0.12' -- '4.2' +- 'node' From 1d00f3cda313bb8c0b5ccf2b9f3bbad2fd87a40f Mon Sep 17 00:00:00 2001 From: Espen Volden Date: Thu, 18 Aug 2016 12:46:49 +0200 Subject: [PATCH 3/3] v1.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc2cf0..9f5c6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index dc634c3..d291b28 100644 --- a/package.json +++ b/package.json @@ -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": {