From 7fdc39910d4680e3f112d1c18444b722c4fe609f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 14 Mar 2024 18:15:58 +0000 Subject: [PATCH] chore(release): 3.25.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8e15022..63f6233a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.25.1](https://github.com/oclif/core/compare/3.25.0...3.25.1) (2024-03-14) + + +### Bug Fixes + +* ensure string is passed to process.emitWarning ([#1015](https://github.com/oclif/core/issues/1015)) ([47081db](https://github.com/oclif/core/commit/47081db8dedacc2f553d53cd157f1db8cbd9ad2e)) + + + # [3.25.0](https://github.com/oclif/core/compare/3.24.0...3.25.0) (2024-03-12) diff --git a/package.json b/package.json index 4bc42fa39..80af7c233 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.25.0", + "version": "3.25.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {