From 37969b4eef2f2d067dd9bd0cf706449ba6010a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 24 Apr 2020 17:27:23 +0200 Subject: [PATCH] chore: release v1.0.0-alpha.12 (#42) --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d963a37f..46a9f35c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@francoischalifour/docsearch-react", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "license": "MIT", "homepage": "https://github.com/algolia/autocomplete.js", "repository": "algolia/autocomplete.js", diff --git a/src/version.ts b/src/version.ts index 61970a94..7a300f32 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '1.0.0-alpha.11'; +export const version = '1.0.0-alpha.12';