diff --git a/History.md b/History.md new file mode 100644 index 0000000..734e5d8 --- /dev/null +++ b/History.md @@ -0,0 +1,5 @@ + +3.3.0 / 2017-05-19 +================== + + * feat: support options.multiArgs and options.withCallback (#27) diff --git a/package.json b/package.json index acf0f8d..994ffdb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thenify", "description": "Promisify a callback-based function", - "version": "3.2.1", + "version": "3.3.0", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "thenables/thenify",