diff --git a/CHANGELOG.md b/CHANGELOG.md index 401ba3e..4a894d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## Advanced Cursors Changelog +### [0.5.1](https://github.com/SkepticMystic/advanced-cursors/compare/0.5.0...0.5.1) (2022-01-08) + + +### Bug Fixes + +* :bug: Fail less often + work with CM6 in more cases ([738408d](https://github.com/SkepticMystic/advanced-cursors/commit/738408dadb84f136044acf1d3ddbb1fc9c1d907c)) + ## [0.5.0](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.5...0.5.0) (2022-01-02) ### [0.4.5](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.4...0.4.5) (2022-01-02) diff --git a/manifest.json b/manifest.json index de30c74..4f150d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 6f0fcbe..53c373d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.5.0", + "version": "0.5.1", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {