From 9f232c207f5d17e5b68f95024612f19e8ae723c7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 11 Jul 2023 20:57:15 +0000 Subject: [PATCH] chore(release): 2.9.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d202152d8..dabf9f843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.9.0](https://github.com/oclif/core/compare/2.8.12...2.9.0) (2023-07-11) + + +### Features + +* perf benchmarks ([9734b9f](https://github.com/oclif/core/commit/9734b9f9bce5ededc92c52c4eb14663a9e998893)) + + + ## [2.8.12](https://github.com/oclif/core/compare/2.8.11...2.8.12) (2023-07-10) diff --git a/package.json b/package.json index f32084a33..966aeb47b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.8.12", + "version": "2.9.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": { @@ -120,4 +120,4 @@ "test:perf": "ts-node test/perf/parser.perf.ts" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file