Skip to content

Commit

Permalink
chore(release): 0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 26, 2021
1 parent 769587f commit 0bfe141
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.37](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.36...0.0.37) (2021-10-26)


### Bug Fixes

* :bug: Get last selection, not getCursor() ([769587f](https://github.com/SkepticMystic/advanced-cursors/commit/769587fabf2f6687a660fe95458272cb894e405a))
* :bug: Select lastQ when opening cursorModal ([35bacca](https://github.com/SkepticMystic/advanced-cursors/commit/35bacca4b9e9ac172a9efc84dfb9ab8abd028a1a))

### [0.0.36](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.35...0.0.36) (2021-10-26)


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.36",
"version": "0.0.37",
"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.36",
"version": "0.0.37",
"description": "Use multiple cursors even more powerfully",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0bfe141

Please sign in to comment.