From 13a540c9fe4d5e1f44e023bcf3b634c8c2d0c922 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Dec 2024 14:59:05 +0000 Subject: [PATCH] Release 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [4.0.0](https://github.com/node-modules/mm/compare/v3.4.0...v4.0.0) (2024-12-20) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of https://github.com/eggjs/egg/issues/3644 https://github.com/eggjs/egg/issues/5257 ### Features * support cjs and esm both by tshy ([#61](https://github.com/node-modules/mm/issues/61)) ([f1eadcc](https://github.com/node-modules/mm/commit/f1eadcc4a7fbd5263f7e2e98d7747e1df9f5ae40)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec54bb..4c601c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.0.0](https://github.com/node-modules/mm/compare/v3.4.0...v4.0.0) (2024-12-20) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/5257 + +### Features + +* support cjs and esm both by tshy ([#61](https://github.com/node-modules/mm/issues/61)) ([f1eadcc](https://github.com/node-modules/mm/commit/f1eadcc4a7fbd5263f7e2e98d7747e1df9f5ae40)) + ## [3.4.0](https://github.com/node-modules/mm/compare/v3.3.0...v3.4.0) (2023-12-09) diff --git a/package.json b/package.json index 04fa0ff..92f6e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mm", - "version": "3.4.0", + "version": "4.0.0", "description": "mock mate, mock http request, fs access and so on.", "homepage": "http://github.com/node-modules/mm", "repository": {