Skip to content

Commit

Permalink
chore: release v4.34.0 (#4970)
Browse files Browse the repository at this point in the history
* 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 c648e35
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
@@ -1 +1 @@
export default '4.33.2';
export default '4.34.0';

0 comments on commit c648e35

Please sign in to comment.