From 5584800d495db91985059e064a486eb948e92af4 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Tue, 26 Oct 2021 14:00:11 +0200 Subject: [PATCH] chore(release): 0.0.36 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717c65c..00b0902 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.36](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.35...0.0.36) (2021-10-26) + + +### Features + +* :sparkles: Remember last searcher query in CursorModal ([ba86b19](https://github.com/SkepticMystic/advanced-cursors/commit/ba86b1977cc86fdc15a98212afb0a1e8af57ddcf)) + ### [0.0.35](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.33...0.0.35) (2021-10-26) diff --git a/manifest.json b/manifest.json index 0a77d9d..80238ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.35", + "version": "0.0.36", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 330cdb5..6ec3ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.35", + "version": "0.0.36", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {