Skip to content

Commit

Permalink
chore(release): 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 23, 2021
1 parent 231ef96 commit 1890f6a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.23](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.22...0.0.23) (2021-10-23)


### Features

* :sparkles: Commands for "Select next instance of {saved query}" ([3cda8a5](https://github.com/SkepticMystic/advanced-cursors/commit/3cda8a5e88a4e53487c2c97b0c4a280c9e19fa86))


### Bug Fixes

* :bug: Fix [#7](https://github.com/SkepticMystic/advanced-cursors/issues/7): Scroll next instance into view ([231ef96](https://github.com/SkepticMystic/advanced-cursors/commit/231ef960c26f71738668a7f0ff9ec8cc8de368ef))

### [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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "advanced-cursors",
"name": "Advanced Cursors",
"version": "0.0.22",
"version": "0.0.23",
"minAppVersion": "0.12.18",
"description": "Use multiple cursors even more powerfully.",
"author": "SkepticMystic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-cursors",
"version": "0.0.22",
"version": "0.0.23",
"description": "Use multiple cursors even more powerfully",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1890f6a

Please sign in to comment.