aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsemantic-release-bot <[email protected]>2021-12-25 11:33:25 +0000
committersemantic-release-bot <[email protected]>2021-12-25 11:33:25 +0000
commitb92a4b8052efd1b77952c2a071df5db4acf0ff6d (patch)
tree3a26488a08bdc5121fe1852ec342c416160f69a6
parentfeat: semantic-release create change log (diff)
downloadholo-schedule-0.4.0.tar.xz
holo-schedule-0.4.0.zip
chore(release): 0.4.0 [skip ci]v0.4.0
# [0.4.0](https://github.com/wabilin/holo-schedule/compare/v0.3.0...v0.4.0) (2021-12-25) ### Features * semantic-release create change log ([b2f4da7](https://github.com/wabilin/holo-schedule/commit/b2f4da79f24f2c8e7a2247b669d7f9b1c4386571))
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..b10fa99
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+# [0.4.0](https://github.com/wabilin/holo-schedule/compare/v0.3.0...v0.4.0) (2021-12-25)
+
+
+### Features
+
+* semantic-release create change log ([b2f4da7](https://github.com/wabilin/holo-schedule/commit/b2f4da79f24f2c8e7a2247b669d7f9b1c4386571))
diff --git a/package.json b/package.json
index 05250c9..0407c0d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "holo-schedule",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Hololive schedule parser",
"main": "lib/index.js",
"types": "lib",