Skip to content

Commit

Permalink
prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice987987 committed Jul 7, 2023
1 parent 6339d7b commit 1196587
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function round(digit, digits) {

<!-- ### **WORK IN PROGRESS** -->

### 0.4.0-beta.3
### 0.4.0

- (ice987987) BREAKING: `.settings.cuttingHeight` and `.settings.headlight` removed [#99](https://github.com/ice987987/ioBroker.husqvarna-automower/issues/99)
- (ice987987) BREAKING: `.calendar.[0-3].start`, `.calendar.[0-3].duration`, `.calendar.[0-3].monday`, `.calendar.[0-3].tuesday`, `.calendar.[0-3].wednesday`, `.calendar.[0-3].thurdsay`, `.calendar.[0-3].friday`, `.calendar.[0-3].saturday` and `.calendar.[0-3].sunday` removed
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "husqvarna-automower",
"version": "0.4.0-beta.3",
"version": "0.4.0",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down Expand Up @@ -159,7 +159,7 @@
"uk": "проста перевірка, чи містить відповідь додані геодані, оновлені залежності",
"zh-cn": "简单检查响应是否包含添加的地理数据、更新的依赖项"
},
"0.4.0-beta.3": {
"0.4.0": {
"en": "BREAKING: .settings.cuttingHeight and .settings.headlight removed, .calendar.[0-3].start, .calendar.[0-3].duration, .calendar.[0-3].monday, .calendar.[0-3].tuesday, .calendar.[0-3].wednesday, .calendar.[0-3].thurdsay, .calendar.[0-3].friday, BREAKING: .calendar.[0-3].saturday and .calendar.[0-3].sunday removed, BREAKING: node.js >= v16.4 and js-controller >= v4.0.24, adapter icon updated, script for statistics updated",
"de": "BREAKING: .settings.cuttingHeight und .settings.headlight entfernt, .calendar.[0-3].start, .calendar.[0-3].duration, .calendar.[0-3].monday, .calendar.[ 0-3].tuesday, .calendar.[0-3].wednesday, .calendar.[0-3].thurdsay, .calendar.[0-3].friday, BREAKING: .calendar.[0-3] .saturday und .calendar.[0-3].sunday entfernt, BREAKING: node.js >= v16.4 und js-controller >= v4.0.24, Adaptersymbol aktualisiert, Skript für Statistiken aktualisiert",
"ru": "НАРУШЕНИЕ: .settings.cuttingHeight и .settings.headlight удалены, .calendar.[0-3].start, .calendar.[0-3].duration, .calendar.[0-3].monday, .calendar.[ 0-3].вторник, .календарь.[0-3].среда, .календарь.[0-3].четверг, .календарь.[0-3].пятница, РАЗРЫВ: .календарь.[0-3] .saturday и .calendar.[0-3].sunday удалены, BREAKING: node.js >= v16.4 и js-controller >= v4.0.24, обновлен значок адаптера, обновлен скрипт для статистики",
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.husqvarna-automower",
"version": "0.4.0-beta.3",
"version": "0.4.0",
"description": "This adapter for uses the Husqvarna API to request data for your Husqvarna Automower via the connect module.",
"author": {
"name": "ice987987",
Expand Down Expand Up @@ -30,11 +30,11 @@
"devDependencies": {
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing": "^4.1.0",
"@tsconfig/node14": "^14.1.0",
"@tsconfig/node16": "^16.1.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.3",
"@types/node": "^20.4.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
Expand All @@ -44,7 +44,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
// To update the compilation target, install a different version of @tsconfig/node... and reference it here
// https://github.com/tsconfig/bases#node-14-tsconfigjson
"extends": "@tsconfig/node14/tsconfig.json",
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
// do not compile anything, this file is just to configure type checking
"noEmit": true,
Expand Down

0 comments on commit 1196587

Please sign in to comment.