Skip to content

Commit 4b45227

Browse files
author
Brian Vaughn
committed
1.4.2
1 parent 9475ea5 commit 4b45227

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## 1.4.1
3+
## 1.4.2
44
Throw an error if `Search` is instantiated without the required `uidFieldName` constructor parameter.
55

6+
## 1.4.1
7+
-
8+
69
## 1.4.0
710
Search uid field can now be an array (for nested/deep keys).
811

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.1",
3+
"version": "1.4.2",
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)