From a3dcd08cda1e0f61a7129310eee099e9658527e4 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Wed, 12 Feb 2020 20:01:13 -0500 Subject: [PATCH] chore(release): 1.5.0 # [1.5.0](https://github.com/spokestack/spokestack-website/compare/1.4.0...1.5.0) (2020-02-13) ### Bug Fixes * **events:** remove Feb 6 event ([7b6545a](https://github.com/spokestack/spokestack-website/commit/7b6545a2e87338cc12f3d21845791ef9cc04c801)) * **stickynav:** make sticky nav more compact ([8e74b65](https://github.com/spokestack/spokestack-website/commit/8e74b65230790536ec5be7d521dd0636a4a1ff5c)) * **text:** fix typo in sample markdown text ([#34](https://github.com/spokestack/spokestack-website/issues/34)) ([410332e](https://github.com/spokestack/spokestack-website/commit/410332ed1409d34e2aaaa852aadc71edfd9fa8e4)) ### Features * **samplevoices:** add speech markdown support to the sampler ([36e665a](https://github.com/spokestack/spokestack-website/commit/36e665a2a4629df1fbf31d1002cfe1707d548606)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20f146d1..aa9fad6e 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.4.0", + "version": "1.5.0", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "yarn clean && gatsby build",