From feb15e09fbc9bf2c4096f3ceaee281beb68ca1fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Sep 2021 19:48:44 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.2.0...v1.3.0) (2021-09-28) ### Features * indicate unsaved changes in window title ([e99a4bb](https://github.com/ScottLogic/kdb-boothroyd/commit/e99a4bb5ab5401cec9ad22bac17e1217c6649b98)) * indicate when the editor has unsaved changes ([3112b19](https://github.com/ScottLogic/kdb-boothroyd/commit/3112b195eae1d5dff41a2b51258069aafbaaddbe)) * using an icon to indicate unsaved changes ([4e09cce](https://github.com/ScottLogic/kdb-boothroyd/commit/4e09cce44d28b2aaa90b7d07a16db3c7bf8113af)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab35d1..9c3c58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kdb-boothroyd", - "version": "1.2.0", + "version": "1.3.0", "description": "GUI for KDB/q database", "main": "./dist/main.js", "scripts": {