From 16ac562f8a35c50517d194d9ad906c49b05cb6d6 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Wed, 29 Dec 2021 15:06:26 +0200 Subject: [PATCH] chore(release): 0.4.4 --- 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 b4c46dc..e6429b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## Advanced Cursors Changelog +### [0.4.4](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.3...0.4.4) (2021-12-29) + + +### Bug Fixes + +* :bug: Fix for CM6 ([cb4b21f](https://github.com/SkepticMystic/advanced-cursors/commit/cb4b21fc7afbb061d9d8c561680d70b57e51b914)) + ### [0.4.3](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.2...0.4.3) (2021-11-05) diff --git a/manifest.json b/manifest.json index 43c82d9..e0414ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.4.3", + "version": "0.4.4", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index f3a1307..f6761b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.4.3", + "version": "0.4.4", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {