Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Apr 21, 2020
1 parent 9b7a7c8 commit f0daad2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
41 changes: 37 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Change log
# [0.8.0](https://github.com/pct-org/pop-api-scraper/compare/v0.1.2...v0.8.0) (2020-04-21)


### Features

* Added schedule to cron job ([45177b1](https://github.com/pct-org/pop-api-scraper/commit/45177b1a1d3fa492708644b4702ff14f91cb35cb))
* Added scrapedConfigs ([cf27c0b](https://github.com/pct-org/pop-api-scraper/commit/cf27c0bf50ee097f59248856f4a0cd3d667ea02b))



## [0.1.2](https://github.com/pct-org/pop-api-scraper/compare/0.1.1...v0.1.2) (2018-01-01)


### Bug Fixes

* Deprecate v0.1.1, not published correctly ([474d55a](https://github.com/pct-org/pop-api-scraper/commit/474d55a5fde4ec229910c7ac53c45653ca792249))



## [0.1.1](https://github.com/pct-org/pop-api-scraper/compare/v0.1.0...0.1.1) (2018-01-01)


### Bug Fixes

* **Cron:** Fix issue where cronjob does not start on creation ([#5](https://github.com/pct-org/pop-api-scraper/issues/5)) ([cdd965e](https://github.com/pct-org/pop-api-scraper/commit/cdd965e51e46e0c4d546c15c048d6c7fc4deb8a3))
* **PopApiScraper:** Fix issue where status files are empty ([#6](https://github.com/pct-org/pop-api-scraper/issues/6)) ([9ac9975](https://github.com/pct-org/pop-api-scraper/commit/9ac9975266c10a293ac337d0fabfe92ce3041c9e))



# [0.1.0](https://github.com/pct-org/pop-api-scraper/compare/e8deafd4fd595b5ff8ad267618e7fd75d37d91d1...v0.1.0) (2017-12-27)


### Features

* **initial-release:** Initial relase for npm registery ([e8deafd](https://github.com/pct-org/pop-api-scraper/commit/e8deafd4fd595b5ff8ad267618e7fd75d37d91d1))



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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pct-org/pop-api-scraper",
"version": "0.7.2",
"version": "0.8.0",
"description": "The base modules for the popcorn-api scraper",
"keywords": [
"api",
Expand Down Expand Up @@ -85,4 +85,4 @@
"engines": {
"node": ">=7.10.1"
}
}
}

0 comments on commit f0daad2

Please sign in to comment.