From 607666fd2075b480f03e44366f3cb8f73236fd82 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 31 Oct 2021 08:31:32 +0200 Subject: [PATCH] chore(release): 0.3.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 6ca9b94..0cfb919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## Advanced Cursors Changelog +### [0.3.5](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.4...0.3.5) (2021-10-31) + + +### Bug Fixes + +* :bug: Auto-release-notes broken ([45aaeef](https://github.com/SkepticMystic/advanced-cursors/commit/45aaeef4110997258d9fa1c1617fdced8a251518)) + ### [0.3.4](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.3...0.3.4) (2021-10-31) diff --git a/manifest.json b/manifest.json index 23d6ce0..49ffadc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.3.4", + "version": "0.3.5", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index e2422c0..ce18b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.3.4", + "version": "0.3.5", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {