From 4b186c2d4f8742c4bb4d3c3d7186fad13f0bb9c8 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Wed, 16 Sep 2020 16:42:52 -0400 Subject: [PATCH] chore(release): 1.26.0 # [1.26.0](https://github.com/spokestack/spokestack-website/compare/1.25.1...1.26.0) (2020-09-16) ### Bug Fixes * **blog:** publish tray tutorial ([1359bd6](https://github.com/spokestack/spokestack-website/commit/1359bd6db306513e59e87ed375a2a396933b3ec8)) * **docs:** update nav ordering ([04e1e30](https://github.com/spokestack/spokestack-website/commit/04e1e30b962fed0d16ec48085b65100f297306a6)), closes [#99](https://github.com/spokestack/spokestack-website/issues/99) ### Features * **login:** redesign for sign in/sign up pages ([9c44121](https://github.com/spokestack/spokestack-website/commit/9c44121db719b9981c42df1617e673080a46ec54)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bce8705..e9c08b66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spokestack-website", - "version": "1.25.1", + "version": "1.26.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8b4d9c3..d2123612 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "spokestack-website", "private": true, "description": "Voice development platform that enables customized voice navigation for mobile and browser applications", - "version": "1.25.1", + "version": "1.26.0", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "npm run clean && gatsby build",