From 581774db72461b68dab72294c1e80405a5a98dc5 Mon Sep 17 00:00:00 2001 From: John Papa Date: Thu, 1 Aug 2019 08:08:14 -0400 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0c8005..83ea26d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the code will be documented in this file. -## 3.0.0-rc.4 +## 3.0.0 Migration diff --git a/package-lock.json b/package-lock.json index 9aa99b1e..38c1857b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-peacock", - "version": "3.0.0-rc.4", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61019b9e..a8e38996 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-peacock", "displayName": "Peacock", "description": "Subtly change the workspace color of your workspace. Ideal when you have multiple VS Code instances and you want to quickly identify which is which.", - "version": "3.0.0-rc.4", + "version": "3.0.0", "publisher": "johnpapa", "license": "SEE LICENSE IN LICENSE.md", "repository": {