From c8098a75f27d5ffcd8f2c76517f88b18c7becf5b Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 5 Nov 2021 20:58:24 +0200 Subject: [PATCH] chore(release): 0.4.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a8b4c..b4c46dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## Advanced Cursors Changelog +### [0.4.3](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.2...0.4.3) (2021-11-05) + + +### Features + +* :sparkles: Option to disable notifications trigger by commands ([#25](https://github.com/SkepticMystic/advanced-cursors/issues/25)) ([44de09c](https://github.com/SkepticMystic/advanced-cursors/commit/44de09c3747c30fec75734cff1872e8f651cd531)) + ### [0.4.2](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.1...0.4.2) (2021-11-03) ### [0.4.1](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.0...0.4.1) (2021-11-03) diff --git a/manifest.json b/manifest.json index 5e1f8fb..43c82d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.4.2", + "version": "0.4.3", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 76c988f..f3a1307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.4.2", + "version": "0.4.3", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {