diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfb919..ab2e3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ ## Advanced Cursors Changelog +## [0.4.0](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.5...0.4.0) (2021-10-31) + + +### Features + +* :sparkles: Function: Insert incrementing `i` at each cursor ([a84478e](https://github.com/SkepticMystic/advanced-cursors/commit/a84478e490800dbe2cf6dfe85cc826a274b5edc1)) + + +### Documentation + +* :memo: Update readme with new incrementing i function ([b29830d](https://github.com/SkepticMystic/advanced-cursors/commit/b29830d73f8fe819de0ca778898b2576ec65e432)) + ### [0.3.5](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.4...0.3.5) (2021-10-31) diff --git a/manifest.json b/manifest.json index 49ffadc..f54fb97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.3.5", + "version": "0.4.0", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index ce18b40..6ef49fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.3.5", + "version": "0.4.0", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {