diff --git a/CHANGELOG.md b/CHANGELOG.md index 989e9ac..4c0d051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.3.0](https://github.com/DengSir/tdInspect/compare/v2.2.7...v2.3.0) (2024-11-27) + + +### Features + +* support Vanilla ([f458979](https://github.com/DengSir/tdInspect/commit/f458979102d2c69d93f8783e7f30fbc8bc449d23)) + + + ## [2.2.7](https://github.com/DengSir/tdInspect/compare/v2.2.6...v2.2.7) (2024-11-22) diff --git a/package-lock.json b/package-lock.json index 11034ed..281b38c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tdinspect", - "version": "2.2.7", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tdinspect", - "version": "2.2.7", + "version": "2.3.0", "license": "MIT" } } diff --git a/package.json b/package.json index f1e9a2c..a522212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdinspect", - "version": "2.2.7", + "version": "2.3.0", "description": "", "main": "DataGen.js", "scripts": {