From 8a96bc9df5f4b8c6907312e86e87915b64f9b93d Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Thu, 7 Sep 2017 17:14:34 -0400 Subject: [PATCH] Release 1.2.1 --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ff786e..dfe45a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "algolia-webcrawler", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -414,7 +414,8 @@ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=" }, "html-entities": { - "version": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=" }, "htmlparser2": { diff --git a/package.json b/package.json index 40e4f92..0596f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-webcrawler", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple node worker that crawls sitemaps in order to keep an algolia index up-to-date.", "main": "app.js", "scripts": {