Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 3, 2021
1 parent 212b6fa commit 58085fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## Advanced Cursors Changelog
### [0.4.1](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.0...0.4.1) (2021-11-03)


### Bug Fixes

* :bug: Doesn't work on mobile, update manifest ([b970823](https://github.com/SkepticMystic/advanced-cursors/commit/b9708231acc8f744885248d167a49c8723f1f1d0))
* :bug: Used this. in wrong context ([212b6fa](https://github.com/SkepticMystic/advanced-cursors/commit/212b6fa7e5e97ced28cf023806362ce2a6c89970))


### Documentation

* :memo: Readme button in settings ([254b86a](https://github.com/SkepticMystic/advanced-cursors/commit/254b86a7ca1455c39f37adfc27f8e8fb9b2af8fd))

## [0.4.0](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.5...0.4.0) (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.4.0",
"version": "0.4.1",
"minAppVersion": "0.12.18",
"description": "Use multiple cursors even more powerfully.",
"author": "SkepticMystic",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-cursors",
"version": "0.4.0",
"version": "0.4.1",
"description": "Use multiple cursors even more powerfully",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"standard-version": "^9.3.1",
"svelte": "3.35.0"
}
}
}

0 comments on commit 58085fa

Please sign in to comment.