Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 6, 2023
1 parent 4dfcb64 commit 54014d5
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 64 deletions.
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "vw-connect",
"version": "0.2.0",
"version": "0.2.1",
"news": {
"0.2.1": {
"en": "fix skoda parking position",
"de": "Fix für skoda parking position"
},
"0.2.0": {
"en": "Improve Volkswagen App support (aux heating, lock and trips)",
"de": "Verbesserung der Volkswagen App Unterstützung (Standheizung, Verriegelung und Trips)"
Expand Down
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"@types/proxyquire": "^1.3.30",
"@types/sinon": "^10.0.20",
"@types/sinon": "^17.0.0",
"@types/sinon-chai": "^3.2.11",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "~5.2.2"
},
Expand Down Expand Up @@ -79,5 +79,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.2.0"
"version": "0.2.1"
}

0 comments on commit 54014d5

Please sign in to comment.