diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aab9ba..2c35e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.22](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.21...0.0.22) (2021-10-22) + ### [0.0.21](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.20...0.0.21) (2021-10-22) diff --git a/manifest.json b/manifest.json index 2b9b486..1346ea0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.21", + "version": "0.0.22", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 7250f69..601747b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.21", + "version": "0.0.22", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {