From 1e57a5c65a7ec6414951a4b46ce2d124c735f84c Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Tue, 1 Sep 2020 19:02:29 -0400 Subject: [PATCH] chore(release): 1.25.0 # [1.25.0](https://github.com/spokestack/spokestack-website/compare/1.24.0...1.25.0) (2020-09-01) ### Features * **blog:** add react-native-spokestack-tray tutorial ([#97](https://github.com/spokestack/spokestack-website/issues/97)) ([9a7c5a9](https://github.com/spokestack/spokestack-website/commit/9a7c5a9d9f32da71b5a9ef0b127bdd52720dd024)) * **wakeword:** add Deal machine wakeword training page ([fb7aa71](https://github.com/spokestack/spokestack-website/commit/fb7aa7103a5b8d052b892eb3dcdb9acd61e6a564)) --- 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 a1ebce23..20da7a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spokestack-website", - "version": "1.24.0", + "version": "1.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d03eae48..ea93b824 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.24.0", + "version": "1.25.0", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "npm run clean && gatsby build",