From f87810d27aa3b05fdd5d98e781577a77adf1f232 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Feb 2023 00:57:26 +0000 Subject: [PATCH] Release 6.1.2 [skip ci] ## [6.1.2](https://github.com/eggjs/egg-bin/compare/v6.1.1...v6.1.2) (2023-02-17) ### Bug Fixes * should support windows and Node.js 14 ([#223](https://github.com/eggjs/egg-bin/issues/223)) ([8f1b709](https://github.com/eggjs/egg-bin/commit/8f1b709961475c10dbbc4d8c51ed2c54af8a39ce)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f3724d..7a05fbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.2](https://github.com/eggjs/egg-bin/compare/v6.1.1...v6.1.2) (2023-02-17) + + +### Bug Fixes + +* should support windows and Node.js 14 ([#223](https://github.com/eggjs/egg-bin/issues/223)) ([8f1b709](https://github.com/eggjs/egg-bin/commit/8f1b709961475c10dbbc4d8c51ed2c54af8a39ce)) + ## [6.1.1](https://github.com/eggjs/egg-bin/compare/v6.1.0...v6.1.1) (2023-02-14) diff --git a/package.json b/package.json index 63eb9add..f1397b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "6.1.1", + "version": "6.1.2", "publishConfig": { "tag": "latest" },