Skip to content

Commit c8ed531

Browse files
committed
chore: bump version to 0.1.0
1 parent b30ff6b commit c8ed531

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOGS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[0.1.0]
2+
### Major change
3+
Now, this plugin is properly supports [Advanced Canvas](https://community.obsidian.md/plugins/advanced-canvas) plugin.
4+
---
5+
16
[0.0.4]
27
### Bug fix
38
Prevent canvas from being drop destination.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "better-embedded-canvas",
33
"name": "Better Embedded Canvas",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"minAppVersion": "1.10.0",
66
"description": "Give your embedded canvas better display and interactivity.",
77
"author": "Kotaindah55",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-embedded-canvas",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "Give your embedded canvas better display and interactivity.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.0.1": "1.10.0",
33
"0.0.2": "1.10.0",
44
"0.0.3": "1.10.0",
5-
"0.0.4": "1.10.0"
5+
"0.0.4": "1.10.0",
6+
"0.1.0": "1.10.0"
67
}

0 commit comments

Comments
 (0)