diff --git a/CHANGELOG.md b/CHANGELOG.md index 27556bde..4e27cfc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### 3.58.0 (2025-01-08) + +Features: + +- feat: add async glob + +Other changes: + +- chore: fix await glob +- chore: fix executables patterns +- chore: refactor glob patterns +- chore: update cli spec +- chore: update package dependencies +- chore: use async glob + +[Compare with the previous release: v3.57.1 ... v3.58.0](https://github.com/softvisio-node/cli/compare/v3.57.1...v3.58.0) + ### 3.57.1 (2024-12-31) Other changes: diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f4d933a9..f3df67dc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@softvisio/cli", - "version": "3.57.1", + "version": "3.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@softvisio/cli", - "version": "3.57.1", + "version": "3.58.0", "license": "ISC", "dependencies": { "@prettier/plugin-xml": "^3.4.1", diff --git a/package.json b/package.json index aa91993e..7b5c9707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softvisio/cli", - "version": "3.57.1", + "version": "3.58.0", "description": "Softisio CLI Tool", "keywords": [ "softvisio",