aboutsummaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
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))
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",