aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsemantic-release-bot <[email protected]>2022-01-27 16:15:16 +0000
committersemantic-release-bot <[email protected]>2022-01-27 16:15:16 +0000
commit2eb79e851814516aedb034457aa51a6cd70f6021 (patch)
treed18162416f2ec53ecac52ac537ff8b0dd729985e
parentfix(codeql): substring sanitization warning (#30) (diff)
downloadholo-schedule-2eb79e851814516aedb034457aa51a6cd70f6021.tar.xz
holo-schedule-2eb79e851814516aedb034457aa51a6cd70f6021.zip
chore(release): 0.5.4 [skip ci]v0.5.4
## [0.5.4](https://github.com/wabilin/holo-schedule/compare/v0.5.3...v0.5.4) (2022-01-27) ### Bug Fixes * **codeql:** substring sanitization warning ([#30](https://github.com/wabilin/holo-schedule/issues/30)) ([2054eda](https://github.com/wabilin/holo-schedule/commit/2054eda658f98de0ec44b5f3db5b70c8c8774a0b))
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88d618a..ff4dc27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [0.5.4](https://github.com/wabilin/holo-schedule/compare/v0.5.3...v0.5.4) (2022-01-27)
+
+
+### Bug Fixes
+
+* **codeql:** substring sanitization warning ([#30](https://github.com/wabilin/holo-schedule/issues/30)) ([2054eda](https://github.com/wabilin/holo-schedule/commit/2054eda658f98de0ec44b5f3db5b70c8c8774a0b))
+
## [0.5.3](https://github.com/wabilin/holo-schedule/compare/v0.5.2...v0.5.3) (2022-01-25)
diff --git a/package.json b/package.json
index 5539b03..fe2ddca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "holo-schedule",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "Hololive schedule parser",
"main": "lib/index.js",
"types": "lib",