From 5d029ce68b52717f587b09f0fb1e096af0bdcfc1 Mon Sep 17 00:00:00 2001 From: Dustin Smith Date: Fri, 3 Mar 2017 16:41:35 -0600 Subject: [PATCH] updating versino to 2.4.0 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 13431595..ecfa3eb7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# v2.4.0 + +* Allow renaming headers. [#175](https://github.com/C2FO/fast-csv/pull/175) + # v2.3.1 * Now removes the byte order mark from a UTF-8 file if this is present. [#170](https://github.com/C2FO/fast-csv/pull/170) diff --git a/package.json b/package.json index 4ba9617f..d71de13a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-csv", - "version": "2.3.1", + "version": "2.4.0", "description": "CSV parser and writer", "main": "index.js", "scripts": {