From 25fb32c4deb15e38db6ebbe3d90c2edf744a8725 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 06:09:27 +0000 Subject: [PATCH] Release 5.15.0 [skip ci] ## [5.15.0](https://github.com/eggjs/egg-bin/compare/v5.14.2...v5.15.0) (2024-02-19) ### Features * support configure egg.revert in package.json ([#252](https://github.com/eggjs/egg-bin/issues/252)) ([8409536](https://github.com/eggjs/egg-bin/commit/8409536cd1b927e8c81d9c44b224bff12d6ad719)) ### Bug Fixes * release.yml ([#253](https://github.com/eggjs/egg-bin/issues/253)) ([090e765](https://github.com/eggjs/egg-bin/commit/090e765d11e226ca0521d973b0378939359e9c9c)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf824d..cd75440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.15.0](https://github.com/eggjs/egg-bin/compare/v5.14.2...v5.15.0) (2024-02-19) + + +### Features + +* support configure egg.revert in package.json ([#252](https://github.com/eggjs/egg-bin/issues/252)) ([8409536](https://github.com/eggjs/egg-bin/commit/8409536cd1b927e8c81d9c44b224bff12d6ad719)) + + +### Bug Fixes + +* release.yml ([#253](https://github.com/eggjs/egg-bin/issues/253)) ([090e765](https://github.com/eggjs/egg-bin/commit/090e765d11e226ca0521d973b0378939359e9c9c)) + ## [5.14.2](https://github.com/eggjs/egg-bin/compare/v5.14.1...v5.14.2) (2023-08-25) diff --git a/package.json b/package.json index b0abcd4..81f7f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.14.2", + "version": "5.15.0", "publishConfig": { "tag": "latest-5" },