From 9cb89a84f4e09908fbe855b7f1c690498777f2a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 18:20:16 +0000 Subject: [PATCH] Release 5.17.1 [skip ci] ## [5.17.1](https://github.com/eggjs/egg-bin/compare/v5.17.0...v5.17.1) (2024-03-27) ### Bug Fixes * fork dalgen with baseDir ([#262](https://github.com/eggjs/egg-bin/issues/262)) ([f9398f4](https://github.com/eggjs/egg-bin/commit/f9398f4f4778d640b5ea238971e57b0fab6677eb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d100116..9fdc124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.17.1](https://github.com/eggjs/egg-bin/compare/v5.17.0...v5.17.1) (2024-03-27) + + +### Bug Fixes + +* fork dalgen with baseDir ([#262](https://github.com/eggjs/egg-bin/issues/262)) ([f9398f4](https://github.com/eggjs/egg-bin/commit/f9398f4f4778d640b5ea238971e57b0fab6677eb)) + ## [5.17.0](https://github.com/eggjs/egg-bin/compare/v5.16.0...v5.17.0) (2024-03-27) diff --git a/package.json b/package.json index adf6d75..2afe821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.17.0", + "version": "5.17.1", "publishConfig": { "tag": "latest-5" },