From 38c9f824c70d7de96d3862a57f8b7b54ceefdaa5 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Tue, 12 May 2020 16:04:12 -0400 Subject: [PATCH] chore(release): 1.10.1 ## [1.10.1](https://github.com/spokestack/spokestack-website/compare/1.10.0...1.10.1) (2020-05-12) ### Bug Fixes * **blog:** fix tablet layout ([18728ce](https://github.com/spokestack/spokestack-website/commit/18728ce6b415e4ed54ec95f79e93da2f1035a9a6)) * **blog:** float images inline on new blog post ([c4b98e2](https://github.com/spokestack/spokestack-website/commit/c4b98e2a5aa7730c591587d6d301e0a7e684bd30)) --- 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 c1554c1e..fb588c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spokestack-website", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6462354a..3ceeb7b0 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.10.0", + "version": "1.10.1", "author": "Timmy Willison <4timmywil@gmail.com>", "scripts": { "build": "npm run clean && gatsby build",