diff options
| author | semantic-release-bot <[email protected]> | 2021-12-25 11:48:01 +0000 |
|---|---|---|
| committer | semantic-release-bot <[email protected]> | 2021-12-25 11:48:01 +0000 |
| commit | 1b5a6244e71cbfb547cc59f93c80ff0c98451535 (patch) | |
| tree | f7e212a57c7d0a06c8ec56a90861253d7a2f44f2 | |
| parent | feat: add semantic-release/github in release (diff) | |
| download | holo-schedule-1b5a6244e71cbfb547cc59f93c80ff0c98451535.tar.xz holo-schedule-1b5a6244e71cbfb547cc59f93c80ff0c98451535.zip | |
chore(release): 0.5.0 [skip ci]v0.5.0
# [0.5.0](https://github.com/wabilin/holo-schedule/compare/v0.4.0...v0.5.0) (2021-12-25)
### Features
* add semantic-release/github in release ([31ccef3](https://github.com/wabilin/holo-schedule/commit/31ccef38e3c93ad24e4cea0f9a6bd47daa78b04c))
| -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 b10fa99..80719f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/wabilin/holo-schedule/compare/v0.4.0...v0.5.0) (2021-12-25) + + +### Features + +* add semantic-release/github in release ([31ccef3](https://github.com/wabilin/holo-schedule/commit/31ccef38e3c93ad24e4cea0f9a6bd47daa78b04c)) + # [0.4.0](https://github.com/wabilin/holo-schedule/compare/v0.3.0...v0.4.0) (2021-12-25) diff --git a/package.json b/package.json index 0f22ab4..0115d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "holo-schedule", - "version": "0.4.0", + "version": "0.5.0", "description": "Hololive schedule parser", "main": "lib/index.js", "types": "lib", |