From 590be69615a0ab764563dcf8582239bede1b3bc2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jun 2022 04:49:43 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.3.1](https://github.com/ngx-devs/ngxd-console/compare/v1.3.0...v1.3.1) (2022-06-03) ## 🐛 Bug Fixes - [`ce89ca7`](https://github.com/ngx-devs/ngxd-console/commit/ce89ca7) fix: check of installed cli version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b055e8..315a4a3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Ngxd Console", "description": "Ngxd Console for Visual Studio Code", "repository": "git@github.com:ngx-devs/ngxd-console", - "version": "1.3.0", + "version": "1.3.1", "engines": { "vscode": "^1.67.0" },