Skip to content

Commit

Permalink
release: v12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent 9674e51 commit 2ab1867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [12.3.1](https://github.com/typegoose/typegoose/compare/v12.3.0...v12.3.1) (2024-04-15)


### Fixes

* **searchindex:** export "[@search](https://github.com/search)Index" in main entry point ([#930](https://github.com/typegoose/typegoose/issues/930)) ([9674e51](https://github.com/typegoose/typegoose/commit/9674e51cc940db9d20d4d233be06b197444c8229)), closes [#921](https://github.com/typegoose/typegoose/issues/921)

## [12.3.0](https://github.com/typegoose/typegoose/compare/v12.2.0...v12.3.0) (2024-04-06)


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

0 comments on commit 2ab1867

Please sign in to comment.