diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9c85a..3edf58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.2](https://github.com/popcorn-official/pop-api-scraper/compare/0.1.1...0.1.2) (2018-01-01) + + +### Bug Fixes + +* Deprecate v0.1.1, not published correctly ([474d55a](https://github.com/popcorn-official/pop-api-scraper/commit/474d55a)) + + + ## [0.1.1](https://github.com/popcorn-official/pop-api-scraper/compare/v0.1.0...v0.1.1) (2018-01-01) diff --git a/package-lock.json b/package-lock.json index 06eb260..0374564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pop-api-scraper", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 029a209..fdbd969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pop-api-scraper", - "version": "0.1.1", + "version": "0.1.2", "description": "The base modules for the popcorn-api scraper", "dependencies": { "cheerio": "^1.0.0-rc.2",