Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [4.0.0](v3.4.0...v4.0.0) (2024-12-20)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#61](#61)) ([f1eadcc](f1eadcc))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent f1eadcc commit 13a540c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 13a540c

Please sign in to comment.