From f4dab89dcce68d46596d5b8a5e88f18f28b13330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:16:08 +0200 Subject: [PATCH 1/2] chore(deps): update circleci/node:8.15.1 docker digest to ef1a0c4 (#715) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d73b9abbc..ed9bbe22c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ aliases: defaults: &defaults working_directory: ~/algoliasearch-helper-js docker: - - image: circleci/node:8.15.1@sha256:3d32b8457083c33c04eb60fac02c0e39de5bd28de4b95393d7dcb5aa37b20af7 + - image: circleci/node:8.15.1@sha256:ef1a0c468510c5f3de8fe9dbccb7dfaf29d7e21086e7db2bb59cdc811b30ae80 version: 2 jobs: From 3598f2a90020e708cbc1823777019aafd66f4c65 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Mon, 18 Nov 2019 13:06:07 +0100 Subject: [PATCH 2/2] docs: add link to wiki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 170c694bc..846282ef4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ *Coming from V1 (or js client v2)?* Read the [migration guide](https://github.com/algolia/algoliasearch-helper-js/wiki/Migration-guide-:-V1-to-V2) to the new version of the Helper. +*Coming from V2?* Read the [migration guide](https://github.com/algolia/algoliasearch-helper-js/wiki/Migration-guide-:-V2-to-V3) to the new version of the Helper. + **The JavaScript helper is an advanced library we provide to our users. If you are looking to build a complete search interface, we recommend you to use [instantsearch.js](https://community.algolia.com/instantsearch.js/). If you want to build an autocomplete menu, see [autocomplete.js](https://github.com/algolia/autocomplete.js).** # algoliasearch-helper-js