🔖 Bumps to V 2.0.3 and updates changelog

This commit is contained in:
Alicia Sykes
2022-02-14 13:40:29 +00:00
parent cde8060e23
commit 075bca98ce
2 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"main": "server",
"author": "Alicia Sykes <alicia@omg.lol> (https://aliciasykes.com)",
@@ -64,9 +64,6 @@
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
},
"gitHooks": {
"pre-commit": "yarn lint"
},
"engines": {
"node": ">=16.0.0"
},