diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb3663..cdebc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.33](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.32...0.0.33) (2021-10-26) + + +### Bug Fixes + +* :bug: Fix [#13](https://github.com/SkepticMystic/advanced-cursors/issues/13): Significant refactor with multiple bug fixes ([636ce52](https://github.com/SkepticMystic/advanced-cursors/commit/636ce521d36bcc6cefe207feec951e2c913108f7)) + ### [0.0.32](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.31...0.0.32) (2021-10-26) diff --git a/manifest.json b/manifest.json index 9e48000..9fffe75 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.32", + "version": "0.0.33", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index ae29431..4083ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.32", + "version": "0.0.33", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {