diff --git a/README.md b/README.md index 2a4bf65..c4b1f30 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ export default [...config, ...esmConfig]; Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.1.2 (2024-09-06) * (@foxriver76) initial release \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 07459ca..7c1fc23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/eslint-config", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/eslint-config", - "version": "0.1.1", + "version": "0.1.2", "devDependencies": { "@alcalzone/release-script": "^3.8.0" }, diff --git a/package.json b/package.json index 8747eac..3b7c8f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/eslint-config", - "version": "0.1.1", + "version": "0.1.2", "description": "Eslint config of ioBroker", "homepage": "https://github.com/ioBroker/ioBroker.eslint-config", "main": "eslint.config.mjs",