Skip to content

Commit 27f8b57

Browse files
committed
Merge branch 'feature/add-bump' into develop
2 parents 0f71a05 + 777cd20 commit 27f8b57

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkurious/lke-plugin-data-table",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Data-table plugin for Linkurious Enterprise",
55
"main": "index.js",
66
"homepage": "https://github.com/Linkurious/lke-plugin-data-table#readme",
@@ -16,7 +16,10 @@
1616
"lint": "eslint --fix .",
1717
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
1818
"build": "npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke",
19-
"plugin:tar": "scripts/postpack.js"
19+
"plugin:tar": "scripts/postpack.js",
20+
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
21+
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
22+
"bump:major": "bump2version major && npm version --no-git-tag-version major"
2023
},
2124
"license": "Apache 2",
2225
"files": [

0 commit comments

Comments
 (0)