Skip to content

Commit da03be5

Browse files
committed
v2.1.0
1 parent 7a51351 commit da03be5

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[bumpversion]
2-
current_version = 2.0.5
2+
current_version = 2.1.0
33
commit = False
44
tag = False
5-
serialize =
5+
serialize =
66
{major}.{minor}.{patch}-{build}
77
{major}.{minor}.{patch}
88
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<build>[\w_-]+\.\d+))?

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkurious/lke-plugin-image-export",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"engines": {
55
"node": "v18.15.0"
66
},

src/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "image-export",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"pluginApiVersion": "1.0.0",
55
"publicRoute": "public",
66
"singlePageAppIndex": "index.html",
7-
"backendFiles": [
8-
"backend/routeHandler.js"
9-
]
7+
"backendFiles": ["backend/routeHandler.js"]
108
}

0 commit comments

Comments
 (0)