Skip to content

Commit 7926c3f

Browse files
author
Brian Vaughn
committed
Prepping 1.3.6 release
1 parent cfbd194 commit 7926c3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.6
4+
Performance tuning and removal of eager deopts.
5+
6+
Behind the scenes, this release also includes a rewrite from TypeScript to Flowtype.
7+
The external API should not be impacted by this rewrite however.
8+
39
## 1.3.5
410
Fixed (hopefully) previous broken build.
511

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.3.5",
3+
"version": "1.3.6",
44
"description": "### What is it?",
55
"main": "dist/commonjs/index.js",
66
"directories": {

0 commit comments

Comments
 (0)