Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 31, 2021
1 parent b29830d commit 4e7d2e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4e7d2e6

Please sign in to comment.