Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Apr 15, 2024
2 parents d752fbc + 2ab1867 commit 9119f93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

* **jest-runner-tsd:** upgrade to 6.0.0 ([06ec544](https://github.com/typegoose/typegoose/commit/06ec544b28121a33eec994aaae977efbfd5c7fdd))


## [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
1 change: 1 addition & 0 deletions src/typegoose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export * from './prop';
export * from './hooks';
export * from './plugin';
export * from './indexes';
export * from './searchIndexes';
export * from './modelOptions';
export * from './queryMethod';
export * from './typeguards';
Expand Down

0 comments on commit 9119f93

Please sign in to comment.