diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b9723..8fbbab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/retejs/history-plugin/compare/v2.0.1...v2.0.2) (2024-08-30) + + +### Bug Fixes + +* update cli and fix linting errors ([0e0020a](https://github.com/retejs/history-plugin/commit/0e0020abf7d9698d6b21d001a31499d0fd927b3d)) + ## [2.0.1](https://github.com/retejs/history-plugin/compare/v2.0.0...v2.0.1) (2024-01-27) diff --git a/package-lock.json b/package-lock.json index 5dd8674..3e8012b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rete-history-plugin", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rete-history-plugin", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" diff --git a/package.json b/package.json index a926f9e..d2113cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rete-history-plugin", - "version": "2.0.1", + "version": "2.0.2", "description": "", "scripts": { "build": "rete build -c rete.config.ts",