From 766ecf1b41594519dc09fa67d5682f9cfb618f05 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Sep 2021 14:04:19 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/ScottLogic/kdb-studio-2/compare/v1.0.0...v1.0.1) (2021-09-15) ### Bug Fixes * Add asarUnpack config to try and fix windows build ([a0eed07](https://github.com/ScottLogic/kdb-studio-2/commit/a0eed0730750f2ace3d947a513ffe4e92d8c61d5)) * Add padding to pre block ([0b4cdf2](https://github.com/ScottLogic/kdb-studio-2/commit/0b4cdf2dc38f458851b1517cbc44fd53e0697964)) * Add support for atoms ([4805bdd](https://github.com/ScottLogic/kdb-studio-2/commit/4805bdd8ed196ce50894b6b2ef677016bce2a54e)), closes [#60](https://github.com/ScottLogic/kdb-studio-2/issues/60) * Make sure currentView value isn't being reset ([34e617d](https://github.com/ScottLogic/kdb-studio-2/commit/34e617dda6f4a8c54f3df912aa9b37464ef28949)) * Move ipcRenderer calls into useEffect ([b8de6ea](https://github.com/ScottLogic/kdb-studio-2/commit/b8de6ea988c717a9709e52399e41c36c3c5d227f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47a8e51..0b53561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kdb-studio-2", - "version": "1.0.0", + "version": "1.0.1", "description": "GUI for KDB/q database", "main": "./dist/main.js", "scripts": {