Skip to content

Commit 79dd9a9

Browse files
author
Brian Vaughn
committed
1.4.2 -> 1.4.3
1 parent 3497b13 commit 79dd9a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.4.3
4+
Don't inherit from the default Object for the token dictionary. ([davidlukerice](https://github.com/davidlukerice) - [#73](https://github.com/bvaughn/js-search/pull/73))
5+
36
## 1.4.2
47
Throw an error if `Search` is instantiated without the required `uidFieldName` constructor parameter.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-search",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "JS Search is an efficient, client-side search library for JavaScript and JSON objects",
55
"main": "dist/commonjs/index.js",
66
"directories": {

0 commit comments

Comments
 (0)