From b098ad0dbc312845bbf64a14476f1c0681208836 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jun 2022 05:45:55 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.3.0](https://github.com/ngx-devs/ngxd-console/compare/v1.2.0...v1.3.0) (2022-06-01) ## ✨ New Features - [`6a5fa1c`](https://github.com/ngx-devs/ngxd-console/commit/6a5fa1c) feat: add entity and service commands --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601caa7..4b055e8 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.2.0", + "version": "1.3.0", "engines": { "vscode": "^1.67.0" },