Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 30, 2021
1 parent bb6e210 commit a4e3243
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
@@ -1,4 +1,16 @@
## Advanced Cursors Changelog
## [0.3.0](https://github.com/SkepticMystic/advanced-cursors/compare/0.2.3...0.3.0) (2021-10-30)


### Features

* :sparkles: Next & Prev buttons on cursorModal ([8303c0a](https://github.com/SkepticMystic/advanced-cursors/commit/8303c0a626ed3910fcfa2671ccaa619d60975f97))


### Bug Fixes

* :bug: Less jarring scroll on copyLineUpOrDown ([bb6e210](https://github.com/SkepticMystic/advanced-cursors/commit/bb6e2106b7e78236be5358b5383e48faff0a2c2e))

### [0.2.3](https://github.com/SkepticMystic/advanced-cursors/compare/0.2.2...0.2.3) (2021-10-30)


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

0 comments on commit a4e3243

Please sign in to comment.