From bdd67987af0d012ca3b32e1735018432fd426737 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Mon, 20 Jan 2020 20:45:09 -0500 Subject: [PATCH] chore(release): 1.2.3 ## [1.2.3](https://github.com/spokestack/spokestack-website/compare/1.2.2...1.2.3) (2020-01-21) ### Bug Fixes * **docs:** do not restrict number of docs pages in the nav ([4cb633f](https://github.com/spokestack/spokestack-website/commit/4cb633fd32f09a31030c381d63de86c1e1e6cf08)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 308c86e9..d6021aab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spokestack-website", "private": true, "description": "Mobile voice development platform that enables customized voice navigation for mobile and browser applications", - "version": "1.2.2", + "version": "1.2.3", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "yarn clean && gatsby build",