Skip to content

Commit

Permalink
v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkrist committed Oct 20, 2022
1 parent 3c9c855 commit d97aa5e
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.25.0 (2022-10-20)

* feat(crawler): don't filter out bogus updates ([d14b7bd](https://github.com/kkkrist/coronastats/commit/d14b7bd))
* feat(frontend): filter out bogus data ([3c9c855](https://github.com/kkkrist/coronastats/commit/3c9c855))





## <small>1.24.1 (2022-10-20)</small>

* fix(crawler): use native crawler for areacode "lg" ([c930be0](https://github.com/kkkrist/coronastats/commit/c930be0))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.24.1",
"version": "1.25.0",
"changelogPreset": {
"name": "core",
"types": [
Expand Down
8 changes: 8 additions & 0 deletions packages/crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.25.0 (2022-10-20)

* feat(crawler): don't filter out bogus updates ([d14b7bd](https://github.com/kkkrist/coronastats/commit/d14b7bd))





## <small>1.24.1 (2022-10-20)</small>

* fix(crawler): use native crawler for areacode "lg" ([c930be0](https://github.com/kkkrist/coronastats/commit/c930be0))
Expand Down
4 changes: 2 additions & 2 deletions packages/crawler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coronastats-crawler",
"version": "1.24.1",
"version": "1.25.0",
"description": "Node.js-based crawler for coronastats",
"keywords": [
"crawler"
Expand Down
8 changes: 8 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.25.0 (2022-10-20)

* feat(frontend): filter out bogus data ([3c9c855](https://github.com/kkkrist/coronastats/commit/3c9c855))





## 1.24.0 (2022-10-20)

* feat(frontend): add date range filter ([8bf60df](https://github.com/kkkrist/coronastats/commit/8bf60df))
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coronastats-frontend",
"version": "1.24.0",
"version": "1.25.0",
"description": "Corona Dashboard",
"keywords": [
"react"
Expand Down

0 comments on commit d97aa5e

Please sign in to comment.