Browse Source

docs: Fix since tag on search event

Michael Bromley 3 years ago
parent
commit
94a94b5277
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/event-bus/events/search-event.ts

+ 1 - 1
packages/core/src/event-bus/events/search-event.ts

@@ -13,7 +13,7 @@ type ExtendedSearchInput = SearchInput & {
  *
  * @docsCategory events
  * @docsPage Event Types
- * @since 1.5.3
+ * @since 1.6.0
  */
 export class SearchEvent extends VendureEvent {
     constructor(public ctx: RequestContext, public input: ExtendedSearchInput) {