diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f23d1..96bd059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.37](https://github.com/oclif/plugin-test-esbuild/compare/0.5.36...0.5.37) (2024-10-05) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.4.10 to 5.4.12 ([#178](https://github.com/oclif/plugin-test-esbuild/issues/178)) ([fc1a602](https://github.com/oclif/plugin-test-esbuild/commit/fc1a6021bf7f0f21e62151c0b149ea2f7fcb928f)) + + + ## [0.5.36](https://github.com/oclif/plugin-test-esbuild/compare/0.5.35...0.5.36) (2024-10-05) diff --git a/README.md b/README.md index 3eef152..a56acad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.5.36 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.37 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND @@ -236,6 +236,7 @@ FLAGS DESCRIPTION Links a plugin into the CLI for development. + Installation of a linked plugin will override a user-installed or core plugin. e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' diff --git a/package.json b/package.json index e4c3d9e..6842af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.36", + "version": "0.5.37", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",