From 28a4587ee23b91ad300c00335042f9a460271bd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Sep 2021 10:33:34 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-09-02) ### Bug Fixes * clean up some memory leaks ([4907184](https://github.com/ScottLogic/kdb-studio-2/commit/49071842a8be39b7b519b4416c54b7d217c5d0e9)) * Make sure array results are properly displayed ([828821c](https://github.com/ScottLogic/kdb-studio-2/commit/828821c9350e21642487dd220ddfb5964a5fe2e2)) * reduce render cycles ([8ed36ac](https://github.com/ScottLogic/kdb-studio-2/commit/8ed36ac084a71f4247d8aa55ad26fe4fc4eec226)) * reduce render cycles ([0f4d80f](https://github.com/ScottLogic/kdb-studio-2/commit/0f4d80fedc37a33d59f9dc3ca315817e1d235b3a)) * reducing the number of render cycles ([75442ea](https://github.com/ScottLogic/kdb-studio-2/commit/75442ead0254944779e18038fad59cf671ca3cc4)) * reducing the number of render cycles ([33ff6aa](https://github.com/ScottLogic/kdb-studio-2/commit/33ff6aa1ddaa68138a2ec195c71bafd35deb908f)) * removed redundant JSX ([62c0d06](https://github.com/ScottLogic/kdb-studio-2/commit/62c0d0615a28b9bb4351854e13c50d66e83ef83f)) ### Features * a few styling tweaks ([c288ea7](https://github.com/ScottLogic/kdb-studio-2/commit/c288ea70c79704e2c1b17a477e8780aecc9888af)) * applied a minimum splitter height ([3c1f5d6](https://github.com/ScottLogic/kdb-studio-2/commit/3c1f5d61a37c4e2a51ad6957a827a9207ef89fcd)) * more styling tweaks ([6780dcd](https://github.com/ScottLogic/kdb-studio-2/commit/6780dcd727f0e54f2ce9563ca9260e136c275322)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cff19a..444472b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kdb-studio-2", - "version": "0.0.1", + "version": "1.0.0", "description": "GUI for KDB/q database", "main": "./dist/main.js", "scripts": {