From e3cf001925afa678b5b14742f1d22464c4f87141 Mon Sep 17 00:00:00 2001 From: CCharlieLi Date: Sat, 29 Jul 2017 23:33:38 +0800 Subject: [PATCH] v0.1.5 --- History.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0a656b4..1e7bc04 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,56 @@ +v0.1.5 / 2017-07-29 +=================== + + * add `icon` and `iconUrl` field + +v0.1.4 / 2017-07-29 +=================== + + * v0.1.4 + * Update readme with useful example + * add change log + +v0.1.3 / 2017-07-29 +=================== + + * v0.1.3 + * Encode id for each folder and item in Huffman tree + +v0.1.2 / 2017-07-28 +=================== + + * v0.1.2 + * update readme + * update readme + * add API readFromHTMLReadStream + +v0.1.1 / 2017-07-23 +=================== + + * v0.1.1 + * add test for read stream + * update readme + * update package.json + * update travis CI + +v0.1.0 / 2017-07-23 +=================== + + * v0.1.0 + * update readme and license + * update test + * update eslintrc + * add html parser + * update CI + * update test and readme + * monir update + * add CI + * add eslint and test + * add ignore + * add firefox Mac parser + * init + v0.1.4 / 2017-07-29 =================== diff --git a/package.json b/package.json index e636704..9f64df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookmark-parser", - "version": "0.1.4", + "version": "0.1.5", "description": "Find and parse latest bookmark backup of Firefox, Chrome and other browsers", "main": "index.js", "scripts": {