From 1900bddd3730de8ab2c1dbbb3ddfcaae8b2cccf6 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 6 Feb 2024 05:00:25 +0530 Subject: [PATCH] chore: updated cli version --- packages/bruno-cli/changelog.md | 6 ++++++ packages/bruno-cli/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/bruno-cli/changelog.md b/packages/bruno-cli/changelog.md index 62f24d15f..04d9abd73 100644 --- a/packages/bruno-cli/changelog.md +++ b/packages/bruno-cli/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 6 Feb 2024 + +Going forward, we will release a new version of CLI for every new release of Bruno. +This will help us keep the CLI in sync with the Bruno App. +For the release notes please see https://github.com/usebruno/bruno/releases + ## 1.4.1 - Fixing [bug](https://github.com/usebruno/bruno/issues/1487) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 0c9a100a2..586091611 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -1,6 +1,6 @@ { "name": "@usebruno/cli", - "version": "1.4.1", + "version": "1.8.0", "license": "MIT", "main": "src/index.js", "bin": {