diff --git a/CHANGELOG.md b/CHANGELOG.md index 7177c16..2c52e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/retejs/dock-plugin/compare/v2.0.2...v2.0.3) (2024-08-30) + + +### Bug Fixes + +* update cli and fix linting errors ([326f630](https://github.com/retejs/dock-plugin/commit/326f630a0f9dbf30b67107e462917b1585cb07aa)) + ## [2.0.2](https://github.com/retejs/dock-plugin/compare/v2.0.1...v2.0.2) (2024-05-26) diff --git a/package-lock.json b/package-lock.json index e001013..9d7a092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-dock-plugin", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-dock-plugin", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" diff --git a/package.json b/package.json index 1728357..8b6d3de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-dock-plugin", - "version": "2.0.2", + "version": "2.0.3", "description": "", "scripts": { "build": "rete build -c rete.config.ts",