From 05f7d9a65c83dfa4caba91410a41c9943a9a0652 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 01:15:49 +0000 Subject: [PATCH] Release 6.10.0 [skip ci] ## [6.10.0](https://github.com/eggjs/egg-bin/compare/v6.9.0...v6.10.0) (2024-06-11) ### Features * [Snyk] Security upgrade c8 from 9.1.0 to 10.0.0 ([#272](https://github.com/eggjs/egg-bin/issues/272)) ([2535a8e](https://github.com/eggjs/egg-bin/commit/2535a8e57e2ae7482516bac2309d04cf69bac22d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e4062..75169cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.10.0](https://github.com/eggjs/egg-bin/compare/v6.9.0...v6.10.0) (2024-06-11) + + +### Features + +* [Snyk] Security upgrade c8 from 9.1.0 to 10.0.0 ([#272](https://github.com/eggjs/egg-bin/issues/272)) ([2535a8e](https://github.com/eggjs/egg-bin/commit/2535a8e57e2ae7482516bac2309d04cf69bac22d)) + ## [6.9.0](https://github.com/eggjs/egg-bin/compare/v6.8.1...v6.9.0) (2024-05-08) diff --git a/package.json b/package.json index 7bb75bd..6d5e69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "6.9.0", + "version": "6.10.0", "publishConfig": { "tag": "latest" },