From 1845b15b53aa4e4c100fe5e0f5406398612789b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Sep 2023 07:00:38 +0000 Subject: [PATCH] Release 6.5.2 [skip ci] ## [6.5.2](https://github.com/eggjs/egg-bin/compare/v6.5.1...v6.5.2) (2023-09-16) ### Bug Fixes * ignore ExperimentalWarning on esm module ([#241](https://github.com/eggjs/egg-bin/issues/241)) ([6a2521a](https://github.com/eggjs/egg-bin/commit/6a2521a2c11ac9416a21b01b37aad50f50c9ff49)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fcb22..4a06810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.5.2](https://github.com/eggjs/egg-bin/compare/v6.5.1...v6.5.2) (2023-09-16) + + +### Bug Fixes + +* ignore ExperimentalWarning on esm module ([#241](https://github.com/eggjs/egg-bin/issues/241)) ([6a2521a](https://github.com/eggjs/egg-bin/commit/6a2521a2c11ac9416a21b01b37aad50f50c9ff49)) + ## [6.5.1](https://github.com/eggjs/egg-bin/compare/v6.5.0...v6.5.1) (2023-09-16) diff --git a/package.json b/package.json index b35ac27..5114621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "6.5.1", + "version": "6.5.2", "publishConfig": { "tag": "latest" },