Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jun 7, 2024
1 parent 0a01849 commit 7e89d59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.3.0](https://github.com/bangbang93/mongoose-typescript/compare/v3.2.1...v3.3.0)

- ci: setup github actions [`53e78ab`](https://github.com/bangbang93/mongoose-typescript/commit/53e78abbaae612c26546ac07b64f0f9141d10df6)
- feat: of支持给class [`53cb314`](https://github.com/bangbang93/mongoose-typescript/commit/53cb314aaaadbbfac0c3a2dd29183eb124bfc821)
- feat: getModel时允许指定connection [`0a01849`](https://github.com/bangbang93/mongoose-typescript/commit/0a01849f4a43f4e3383f6cef58cb144f00b97606)

#### [v3.2.1](https://github.com/bangbang93/mongoose-typescript/compare/v3.2.0...v3.2.1)

> 30 November 2023
- Release 3.2.1 [`e3d1fc9`](https://github.com/bangbang93/mongoose-typescript/commit/e3d1fc9dadf7276f993e6465ef90aa72d6a7e999)
- fix: subModel的clazz修饰器有问题 [`0578912`](https://github.com/bangbang93/mongoose-typescript/commit/0578912b321b79db51bd43d9c1f49a4b483ecd9c)

#### [v3.2.0](https://github.com/bangbang93/mongoose-typescript/compare/v3.1.0...v3.2.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-typescript",
"version": "3.2.1",
"version": "3.3.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7e89d59

Please sign in to comment.