diff --git a/README.md b/README.md index 304a28b..360822d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ export default [...config, ...esmConfig]; Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.1.4 (2024-09-11) * (@GermanBluefox) adjust initial `prettier` rules ### 0.1.3 (2024-09-10) diff --git a/package-lock.json b/package-lock.json index fdfb39f..947bf6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "devDependencies": { "@alcalzone/release-script": "^3.8.0" }, @@ -15,7 +15,7 @@ "@eslint/js": "^9.10.0", "@typescript-eslint/eslint-plugin": "^8.4.0", "@typescript-eslint/parser": "^8.4.0", - "eslint": "^9.10.0", + "eslint": ">=9.10.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^50.2.2", "eslint-plugin-prettier": "^5.2.1", diff --git a/package.json b/package.json index 6a2749f..461603f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "description": "Eslint config of ioBroker", "homepage": "https://github.com/ioBroker/ioBroker.eslint-config", "main": "eslint.config.mjs",