Skip to content

Commit

Permalink
chore: release v4.8.0 (#4506)
Browse files Browse the repository at this point in the history
* chore: release v4.8.0

* Update CHANGELOG.md

Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
  • Loading branch information
instantsearch-bot and Eunjae Lee committed Sep 8, 2020
1 parent 9bc6359 commit 58402ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [4.8.0](https://github.com/algolia/instantsearch.js/compare/v4.7.2...v4.8.0) (2020-09-08)


### Features

* **insights:** introduce `insights` middleware ([#4446](https://github.com/algolia/instantsearch.js/issues/4446)) ([9bc6359](https://github.com/algolia/instantsearch.js/commit/9bc635986097736272aac8c5d3380a255488fdb7))



## [4.7.2](https://github.com/algolia/instantsearch.js/compare/v4.7.1...v4.7.2) (2020-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "4.7.2",
"version": "4.8.0",
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
"homepage": "https://community.algolia.com/instantsearch.js/",
"types": "es/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
@@ -1 +1 @@
export default '4.7.2';
export default '4.8.0';

0 comments on commit 58402ce

Please sign in to comment.