Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Sep 4, 2020
2 parents 2e76a42 + 0debbc5 commit 75e382b
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 426 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v3.2.1
## 09/04/2020

1. [](#bugfix)
* Fixed bad `require("history")...` JS warning [#101](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/101)

# v3.2.0
## 06/08/2020

Expand Down
6 changes: 2 additions & 4 deletions app/history.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import createHistory from 'history/createBrowserHistory';

const history = createHistory();

import { createBrowserHistory } from 'history';
const history = createBrowserHistory();
export default history;
2 changes: 1 addition & 1 deletion assets/tntsearch.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TNT Search
slug: tntsearch
type: plugin
version: 3.2.0
version: 3.2.1
testing: false
description: Powerful indexed-based full text search engine powered by TNTSearch
icon: binoculars
Expand Down
Loading

0 comments on commit 75e382b

Please sign in to comment.