diff options
| author | semantic-release-bot <[email protected]> | 2022-01-25 15:46:53 +0000 |
|---|---|---|
| committer | semantic-release-bot <[email protected]> | 2022-01-25 15:46:53 +0000 |
| commit | 991df2225474208d4b6cb842a4927698f481f7de (patch) | |
| tree | 49f112e9cbb5c16e2bc0a32c87286026e41148a4 | |
| parent | fix(deps): bump node-fetch from 2.6.6 to 2.6.7 (#29) (diff) | |
| download | holo-schedule-0.5.3.tar.xz holo-schedule-0.5.3.zip | |
chore(release): 0.5.3 [skip ci]v0.5.3
## [0.5.3](https://github.com/wabilin/holo-schedule/compare/v0.5.2...v0.5.3) (2022-01-25)
### Bug Fixes
* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([#29](https://github.com/wabilin/holo-schedule/issues/29)) ([00af8ce](https://github.com/wabilin/holo-schedule/commit/00af8ce749b911b7875702847b0c46c793090703))
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aede0b5..88d618a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.3](https://github.com/wabilin/holo-schedule/compare/v0.5.2...v0.5.3) (2022-01-25) + + +### Bug Fixes + +* **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([#29](https://github.com/wabilin/holo-schedule/issues/29)) ([00af8ce](https://github.com/wabilin/holo-schedule/commit/00af8ce749b911b7875702847b0c46c793090703)) + ## [0.5.2](https://github.com/wabilin/holo-schedule/compare/v0.5.1...v0.5.2) (2021-12-25) diff --git a/package.json b/package.json index c010c8e..5539b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "holo-schedule", - "version": "0.5.2", + "version": "0.5.3", "description": "Hololive schedule parser", "main": "lib/index.js", "types": "lib", |