Skip to content

Commit

Permalink
[OPTIC-RELEASE-AUTOMATION] release/0.4.1 (#246)
Browse files Browse the repository at this point in the history
chore: release 0.4.1

Co-authored-by: micheleriva <[email protected]>
  • Loading branch information
optic-release-automation[bot] and micheleriva authored Jan 13, 2023
1 parent b272f97 commit 63c3b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lyrasearch/lyra",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"description": "Fast, in-memory, typo-tolerant, full-text search engine written in TypeScript",
"sideEffects": false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"./cjs/internals": {
"types": "./dist/cjs/internals.d.cts",
"require": "./dist/cjs/internals.cjs"
},
},
"./cjs/stemmer/*": {
"types": "./dist/cjs/stemmer/*.d.cts",
"require": "./dist/cjs/stemmer/*.cjs"
Expand Down Expand Up @@ -130,4 +130,4 @@
"engines": {
"node": ">= 16.0.0"
}
}
}

0 comments on commit 63c3b2f

Please sign in to comment.