From b6ad4d2907d9402c2686a238f38340d4181e2354 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Wed, 26 Jun 2019 13:02:45 -0500 Subject: [PATCH] Incrementing version --- CHANGELOG.md | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e94cb..8f5f7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added - -- New `!theme repo` will now send a message to chat with information about the extensions GitHub repo. -- Added the `!theme help` command to explain to chat how to use the extensions commands - --- ## [1.1.0] - 2019-06-26 diff --git a/package.json b/package.json index e1aaf84..f3ef166 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "email": "mike@sparcapp.io" }, "icon": "resources/logo.png", - "version": "1.0.1", + "version": "1.1.0", "preview": false, "engines": { "vscode": "^1.32.0"