From bab55d1a9bdd0b924b4be6484ec9773d060da12b Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 2 Jan 2022 10:38:52 +0200 Subject: [PATCH] chore(release): 0.4.5 --- 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 e6429b5..424610a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## Advanced Cursors Changelog +### [0.4.5](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.4...0.4.5) (2022-01-02) + + +### Features + +* :sparkles: Add a cursor on the line above/below (fix [#29](https://github.com/SkepticMystic/advanced-cursors/issues/29)) ([6164871](https://github.com/SkepticMystic/advanced-cursors/commit/6164871b60a295f915ddfe7e6ba87272294e9953)) + ### [0.4.4](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.3...0.4.4) (2021-12-29) diff --git a/manifest.json b/manifest.json index e0414ac..16169d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.4.4", + "version": "0.4.5", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index f6761b0..ff67835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.4.4", + "version": "0.4.5", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {