diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f4a8e2..d1eaaea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### 3.52.0 (2024-11-04) + +Features: + +- feat: add markdown api + +Other changes: + +- chore: move markdown to core +- chore: refactor markdown +- chore: refactor table api +- chore: update cli help +- chore: update dependencies filter +- chore: update package dependencies + +[Compare with the previous release: v3.51.0 ... v3.52.0](https://github.com/softvisio-node/cli/compare/v3.51.0...v3.52.0) + ### 3.51.0 (2024-10-31) Features: diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f70c553f..6cefddea 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@softvisio/cli", - "version": "3.51.0", + "version": "3.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@softvisio/cli", - "version": "3.51.0", + "version": "3.52.0", "license": "ISC", "dependencies": { "@prettier/plugin-xml": "^3.4.1", diff --git a/package.json b/package.json index 7857c1ce..4ad17048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softvisio/cli", - "version": "3.51.0", + "version": "3.52.0", "description": "Softisio CLI Tool", "keywords": [ "softvisio",