Skip to content

Commit

Permalink
release: v12.3.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 2, 2024
1 parent 5246241 commit 2c538ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [12.3.0-beta.2](https://github.com/typegoose/typegoose/compare/v12.3.0-beta.1...v12.3.0-beta.2) (2024-04-02)


### Features

* add support for declaring search indexes ([#921](https://github.com/typegoose/typegoose/issues/921)) ([5246241](https://github.com/typegoose/typegoose/commit/5246241dfa3c4e41e162c09d482aacba41b52a65))


### Fixes

* **typegoose:** update minimal node version check to match engines ([a07c9ee](https://github.com/typegoose/typegoose/commit/a07c9ee50282863a1f300ac603e1f9870927b5da))
* **typegoose:** update mongoose version check for 8.2.4 ([f197dbe](https://github.com/typegoose/typegoose/commit/f197dbe99fd8d4b1f77bd6949d2c10d228eab4ed))

## [12.3.0-beta.1](https://github.com/typegoose/typegoose/compare/v12.2.0...v12.3.0-beta.1) (2024-03-30)


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

0 comments on commit 2c538ac

Please sign in to comment.