diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ec963..685ffac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.31](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.30...0.0.31) (2021-10-26) + + +### Bug Fixes + +* :bug: Remove savedQ from view when deleted from settings ([2057a7b](https://github.com/SkepticMystic/advanced-cursors/commit/2057a7b0d1861d37e1ee9a76fe2b7d342ee94927)) +* :bug: Updated Readme examples ([03253c5](https://github.com/SkepticMystic/advanced-cursors/commit/03253c50b8d3d1bff58704458fac3e5fc20e76a1)) + ### [0.0.30](https://github.com/SkepticMystic/advanced-cursors/compare/0.0.29...0.0.30) (2021-10-25) diff --git a/manifest.json b/manifest.json index 6fb3c3f..e2e3040 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.0.30", + "version": "0.0.31", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index dcac8f6..d7332bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.0.30", + "version": "0.0.31", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {