diff --git a/CHANGELOG.md b/CHANGELOG.md index b88d319..39fb35b 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.20](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.19...0.0.20) (2021-10-22) + + +### Features + +* :sparkles: Edit existing saved queries ([24fc39c](https://github.com/SkepticMystic/advanced-cursors/commit/24fc39c2e1690d7c53b6bdeceb496e5a1af8fbf2)) + ### [0.0.19](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.18...0.0.19) (2021-10-22) ### [0.0.18](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.17...0.0.18) (2021-10-22) diff --git a/manifest.json b/manifest.json index 716f23d..a466749 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.19", + "version": "0.0.20", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 37e8cb4..0457ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.19", + "version": "0.0.20", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {