From b3a9d77f0946ddf82cf8181ccfbf0882a7843149 Mon Sep 17 00:00:00 2001 From: Victor Garcia Zarco Date: Thu, 2 Feb 2023 22:33:34 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf1b63..5bd1374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/victorgz/vscode-salesforce-colorg/compare/v1.0.0...v1.0.1) (2023-02-02) + +### Other + +- move to non-preview version ([81dcd63](https://github.com/victorgz/vscode-salesforce-colorg/commit/81dcd635601f898674f38b9d385ce3464ed28d96)) + ## 1.0.0 (2023-02-02) ### Features diff --git a/package-lock.json b/package-lock.json index 2ee34fa..ddbb8ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-salesforce-colorg", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-salesforce-colorg", - "version": "1.0.0", + "version": "1.0.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@commitlint/cli": "^17.4.2", diff --git a/package.json b/package.json index 97e055f..677b214 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "victorgz", "description": "Stay organized, easily identify your default org and prevent unwanted deployments with Salesforce ColORG. The extension will automatically change the color of your VScode workspace based on the Salesforce org you're currently connected to. Define the set of rules, the colors to apply and start boosting your productivity!", "icon": "assets/icon.png", - "version": "1.0.0", + "version": "1.0.1", "license": "SEE LICENSE IN LICENSE", "author": { "name": "victorgz"