Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 9, 2024
1 parent 53c0b36 commit a490aab
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ bmw.0.VIN.remotev2

## Changelog

### 2,8.0

- Add support service demand and trip api

### 2.7.1

- Bugfixes
Expand Down
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": "bmw",
"version": "2.7.2",
"version": "2.8.0",
"news": {
"2.8.0": {
"en": "Add support service demand and trip api",
"de": "Support für Service und Trips API hinzugefügt"
},
"2.7.2": {
"en": "Move Rate Limit messages to debug",
"de": "Rate Limit Nachrichten in debug verschoben"
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.bmw",
"version": "2.7.2",
"version": "2.8.0",
"description": "Adapter for BMW",
"author": {
"name": "TA2k",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@iobroker/testing": "^4.1.0",
"@tsconfig/node16": "^16.1.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@types/node": "^20.10.7",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
Expand Down

0 comments on commit a490aab

Please sign in to comment.