diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cca64b..10489975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.15](https://github.com/oclif/core/compare/4.0.14...4.0.15) (2024-07-26) + + +### Bug Fixes + +* ignore escaped delimiters ([#1148](https://github.com/oclif/core/issues/1148)) ([a41962a](https://github.com/oclif/core/commit/a41962af85fb9d84040614c4a1aab7a8e4c7d4af)) + + + ## [4.0.14](https://github.com/oclif/core/compare/4.0.13...4.0.14) (2024-07-23) diff --git a/package.json b/package.json index 03f4dc5c..cab9c063 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.14", + "version": "4.0.15", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {