Skip to content

Commit

Permalink
release: v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 19, 2024
1 parent 7a3e65e commit 495a53f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [12.5.0](https://github.com/typegoose/typegoose/compare/v12.4.0...v12.5.0) (2024-05-19)


### Dependencies

* **mongoose:** upgrade to 8.4.0 ([7a3e65e](https://github.com/typegoose/typegoose/commit/7a3e65eca52e9ee7d3b8fd94ae2d336338d6fecc))
* **semver:** upgrade to 7.6.2 ([877b7da](https://github.com/typegoose/typegoose/commit/877b7daa77b0099d88d901f9eb1107731aad9931))


### Dev-Dependencies

* **@types/lodash:** upgrade to 4.17.4 ([b4193fa](https://github.com/typegoose/typegoose/commit/b4193fa7b5c1cd4d170d8197379dbba21b82ad22))
* **rimraf:** upgrade to 5.0.7 ([54559a3](https://github.com/typegoose/typegoose/commit/54559a362312deb889346f79340417008745ad27))

## [12.4.0](https://github.com/typegoose/typegoose/compare/v12.3.1...v12.4.0) (2024-04-22)


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": "@typegoose/typegoose",
"version": "12.4.0",
"version": "12.5.0",
"description": "Define Mongoose models using TypeScript classes",
"main": "lib/typegoose.js",
"types": "lib/typegoose.d.ts",
Expand Down

0 comments on commit 495a53f

Please sign in to comment.