diff --git a/CHANGELOG.md b/CHANGELOG.md index d6803c9..1cf7df6 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.13](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.12...0.0.13) (2021-10-21) + + +### Features + +* :sparkles: RegexQ and flags for saved queries ([ec5353a](https://github.com/SkepticMystic/advanced-cursors/commit/ec5353a2481bd193634cbaf8d0198763de1993d7)) + ### [0.0.12](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.11...0.0.12) (2021-10-21) diff --git a/manifest.json b/manifest.json index 8180c09..7b01314 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.12", + "version": "0.0.13", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index b03db21..24518d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.12", + "version": "0.0.13", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {