diff --git a/History.md b/History.md index 734e5d8..9f016fb 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +3.3.1 / 2020-06-18 +================== + +**fixes** + * [[`0d94a24`](http://github.com/thenables/thenify/commit/0d94a24eb933bc835d568f3009f4d269c4c4c17a)] - fix: remove eval (#30) (Yiyu He <>) + 3.3.0 / 2017-05-19 ================== diff --git a/package.json b/package.json index 994ffdb..addf77e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thenify", "description": "Promisify a callback-based function", - "version": "3.3.0", + "version": "3.3.1", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "thenables/thenify",