Skip to content
Permalink
Browse files
chore: release v4.34.0 (#4970)
* chore: release v4.34.0

* Update CHANGELOG.md

Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>

Co-authored-by: Haroen Viaene <hello@haroen.me>
Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 7, 2021
1 parent db11c13 commit c648e351f5cd74b6b0e889bce159502afe78b2b6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
@@ -1,3 +1,13 @@
# [4.34.0](https://github.com/algolia/instantsearch.js/compare/v4.33.2...v4.34.0) (2021-12-07)


### Features

* rely on `state` in `getWidgetRenderState` ([#4960](https://github.com/algolia/instantsearch.js/issues/4960)) ([5006841](https://github.com/algolia/instantsearch.js/commit/50068417e5e7211802bc717b582946f6e630d7ac))
* support initial results (experimental) ([#4967](https://github.com/algolia/instantsearch.js/issues/4967)) ([db11c13](https://github.com/algolia/instantsearch.js/commit/db11c13ea55433491f5e924633bff12a303c1bc6))



## [4.33.2](https://github.com/algolia/instantsearch.js/compare/v4.33.1...v4.33.2) (2021-11-16)


@@ -22,6 +22,7 @@ If this guide does not contain what you are looking for and thus prevents you fr
- [The source folder](#the-source-folder)
- [Tests](#tests)
- [Unit tests](#unit-tests)
- [Type checks](#type-checks)
- [Linting](#linting)
- [Release](#release)
- [Main version](#main-version)
@@ -29,6 +29,7 @@ InstantSearch.js is a vanilla JavaScript library that lets you create an instant
- [Why](#why)
- [Getting started](#getting-started)
- [Installation](#installation)
- [TypeScript users](#typescript-users)
- [Documentation](#documentation)
- [Demos](#demos)
- [Playground](#playground)
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "4.33.2",
"version": "4.34.0",
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
"homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
"types": "es/index.d.ts",
@@ -1 +1 @@
export default '4.33.2';
export default '4.34.0';

0 comments on commit c648e35

Please sign in to comment.