From d877886abd49d381a5d2ca4af26e7c84142ef118 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 15 Mar 2015 18:17:11 +0100 Subject: [PATCH] 0.3.0 --- History.md | 8 ++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 7376ac5..886fe38 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.3.0 / 2015-03-15 +================== + +* Add node@0.12, iojs, faster docker to `.travis.yml` ([275cbbf](https://github.com/wooorm/parse-link/commit/275cbbf)) +* Update eslint ([b3ffa6a](https://github.com/wooorm/parse-link/commit/b3ffa6a)) +* Add coverage ignore statement to `test.js` ([bb29c1c](https://github.com/wooorm/parse-link/commit/bb29c1c)) +* Rename `lib/parse-link.js` > `lib/parse-link-node.js` ([224d243](https://github.com/wooorm/parse-link/commit/224d243)) + 0.2.0 / 2015-01-30 ================== diff --git a/component.json b/component.json index 265a269..2a6f4e1 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "parse-link", - "version": "0.2.0", + "version": "0.3.0", "description": "Unified URL parsing API in the browser and node", "license": "MIT", "keywords": [ diff --git a/package.json b/package.json index 38b34f1..8bc1a36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-link", - "version": "0.2.0", + "version": "0.3.0", "description": "Unified URL parsing API in the browser and node", "license": "MIT", "keywords": [