diff --git a/changelog.markdown b/changelog.markdown index 05d38d3d2..25bd7c591 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,9 @@ +# 14.2.0 + +adds a --transform-key flag to the command-line tool + +https://github.com/substack/node-browserify/pull/1709 + # 14.1.0 writes to a temp outfile until success diff --git a/package.json b/package.json index f4565b354..4afd26ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "14.1.0", + "version": "14.2.0", "description": "browser-side require() the node way", "main": "index.js", "bin": {