From d1c846132740cc416789bff5b25f077d7e7d7f95 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 11 Oct 2023 18:56:45 +0000 Subject: [PATCH] chore(release): 3.0.6 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395d8a01b..9db2095c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.6](https://github.com/oclif/core/compare/3.0.5...3.0.6) (2023-10-11) + + +### Bug Fixes + +* warn about ts-node and node 20 ([#818](https://github.com/oclif/core/issues/818)) ([00ed4fe](https://github.com/oclif/core/commit/00ed4fe7a8e232ff23b3d6dc33e6f02335d69ffa)) + + + ## [3.0.5](https://github.com/oclif/core/compare/3.0.5-dev.0...3.0.5) (2023-10-11) diff --git a/package.json b/package.json index 22f050258..b07a17048 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.0.5", + "version": "3.0.6", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {