diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf7df6..cca8078 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.14](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.13...0.0.14) (2021-10-22) + ### [0.0.13](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.12...0.0.13) (2021-10-21) diff --git a/manifest.json b/manifest.json index 7b01314..c61abe4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.13", + "version": "0.0.14", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 24518d1..e6731d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.13", + "version": "0.0.14", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {