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.3.1...v4.0.0) (2023-08-12)

### ⚠ BREAKING CHANGES

* Drop Node.js < 14 and egg < 3 support

### Features

* update mongoose's version to be compatable with typescript schemas (Nodejs >=14.x), with Egg>=3.x ([#54](#54)) ([c87f19d](c87f19d))
  • Loading branch information
semantic-release-bot committed Aug 12, 2023
1 parent a0425a4 commit d1eea88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [4.0.0](https://github.com/eggjs/egg-mongoose/compare/v3.3.1...v4.0.0) (2023-08-12)


### ⚠ BREAKING CHANGES

* Drop Node.js < 14 and egg < 3 support

### Features

* update mongoose's version to be compatable with typescript schemas (Nodejs >=14.x), with Egg>=3.x ([#54](https://github.com/eggjs/egg-mongoose/issues/54)) ([c87f19d](https://github.com/eggjs/egg-mongoose/commit/c87f19d244104b7effe37e3a2451bf821db248c7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-mongoose",
"version": "3.3.1",
"version": "4.0.0",
"description": "egg mongoose plugin",
"eggPlugin": {
"name": "mongoose"
Expand Down

0 comments on commit d1eea88

Please sign in to comment.