From cfb9d4794d9cf80f7e0ac191d6f8d5448a428f06 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 26 Sep 2016 09:28:52 -0700 Subject: [PATCH] Release 1.3.0 --- History.md => CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) rename History.md => CHANGELOG.md (77%) diff --git a/History.md b/CHANGELOG.md similarity index 77% rename from History.md rename to CHANGELOG.md index 357f6e2..04cc5e5 100644 --- a/History.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.3.0 / 2016-09-26 +================== + +* [[`58a3f9e62e`](https://github.com/TooTallNate/pac-resolver/commit/58a3f9e62e)] - Implemented `timeRange` function (Utsav Kesharwani) (#15) +* [[`a93a815f0d`](https://github.com/TooTallNate/pac-resolver/commit/a93a815f0d)] - Implemented `weekdayRange` function (Utsav Kesharwani) (#14) +* [[`8af3e689eb`](https://github.com/TooTallNate/pac-resolver/commit/8af3e689eb)] - **test**: fix typo in test names (Nathan Rajlich) +* [[`e0ddf63765`](https://github.com/TooTallNate/pac-resolver/commit/e0ddf63765)] - **travis**: test Node.js v0.8, v1, v2, v3, v4, v5, and v6 (Nathan Rajlich) +* [[`e3c28eedec`](https://github.com/TooTallNate/pac-resolver/commit/e3c28eedec)] - **myIpAddress**: fallback to querying local system for IP (tehdeadone) (#10) +* [[`40de3f9a22`](https://github.com/TooTallNate/pac-resolver/commit/40de3f9a22)] - **package**: require "degenerator" at least v1.0.2 (Nathan Rajlich) +* [[`29009b3c38`](https://github.com/TooTallNate/pac-resolver/commit/29009b3c38)] - **package**: specify any "mocha" v2 (Nathan Rajlich) 1.2.6 / 2015-02-21 ================== diff --git a/package.json b/package.json index 7f11dd7..69a633e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pac-resolver", - "version": "1.2.6", + "version": "1.3.0", "description": "Generates an asynchronous resolver function from a PAC file", "main": "index.js", "dependencies": {