From feed290334b977090e6aeb75d7668f8a2f8fe30f Mon Sep 17 00:00:00 2001 From: EVE <78080814+easyops-eve@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:50:01 +0800 Subject: [PATCH] chore(master): release 0.8.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2384ee..d2976e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.0](https://github.com/easyops-cn/brick-next-pipes/compare/v0.7.3...v0.8.0) (2025-09-18) + + +### Features + +* bump version only ([d1fe82f](https://github.com/easyops-cn/brick-next-pipes/commit/d1fe82f8ff33e334f3e235fe49ea75b947ddf722)) + + +### Bug Fixes + +* bump version only ([add9e25](https://github.com/easyops-cn/brick-next-pipes/commit/add9e2548961bbd081012eb9a8450c8c22871637)) +* release 0.7.4 ([d248248](https://github.com/easyops-cn/brick-next-pipes/commit/d248248cca6e7847ddc10445a547bf179e9eb86d)) +* release 0.7.4 ([6533312](https://github.com/easyops-cn/brick-next-pipes/commit/653331219c5d136d5ffd0d9f3945a541133526f4)) +* update release-please-action ([a2a666c](https://github.com/easyops-cn/brick-next-pipes/commit/a2a666cd383fe978abe7964e60255f0646fbf2c1)) + ### [0.7.5](https://github.com/easyops-cn/brick-next-pipes/compare/v0.7.3...v0.7.5) (2025-09-18) ### Features diff --git a/package-lock.json b/package-lock.json index 549db55..c7f8fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@easyops-cn/brick-next-pipes", - "version": "0.7.5", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@easyops-cn/brick-next-pipes", - "version": "0.7.4", + "version": "0.8.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.11.1", diff --git a/package.json b/package.json index c150dfd..dfd21eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@easyops-cn/brick-next-pipes", - "version": "0.7.5", + "version": "0.8.0", "description": "Pipes for Brick Next", "repository": "easyops-cn/brick-next-pipes", "license": "MIT",