diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 41706ff37..31307efb4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.6.7](https://github.com/iendeavor/import-meta-env/compare/cli0.6.6...cli0.6.7) (2023-10-18) + + +### Bug Fixes + +* **deps:** update dependency commander to v11.1.0 ([#1125](https://github.com/iendeavor/import-meta-env/issues/1125)) ([7455fa7](https://github.com/iendeavor/import-meta-env/commit/7455fa73384d5cc7430f399a0c69c4117a188ed5)) + ### [0.6.6](https://github.com/iendeavor/import-meta-env/compare/cli0.6.5...cli0.6.6) (2023-10-04) diff --git a/packages/cli/package.json b/packages/cli/package.json index 9796cac75..373aebf33 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@import-meta-env/cli", - "version": "0.6.6", + "version": "0.6.7", "description": "Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.", "license": "MIT", "author": "Ernest",