From 5328b64b82265dbb697fbdf4c1aa8cad80fe77af Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 24 Oct 2021 20:14:53 +0200 Subject: [PATCH] chore(release): 0.0.26 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff70a45..842bf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.26](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.25...0.0.26) (2021-10-24) + ### [0.0.25](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.24...0.0.25) (2021-10-24) ### [0.0.24](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.23...0.0.24) (2021-10-23) diff --git a/manifest.json b/manifest.json index 0aa76a8..8592a71 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.25", + "version": "0.0.26", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 875ecd8..9d2a6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.25", + "version": "0.0.26", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {