Skip to content

Commit ccf3e19

Browse files
committed
build: bump version v1.6.0
1 parent 1179fec commit ccf3e19

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "gistr",
33
"name": "Gistr",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"minAppVersion": "1.0.0",
66
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
77
"author": "Aetherinox",

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gistr",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
55
"main": "main.js",
66
"repository": {
@@ -27,20 +27,24 @@
2727
"url": "https://github.com/Aetherinox/obsidian-gistr/issues"
2828
},
2929
"devDependencies": {
30+
"@codemirror/view": "^6.26.0",
3031
"@rollup/plugin-commonjs": "^25.0.7",
3132
"@rollup/plugin-image": "^3.0.3",
3233
"@rollup/plugin-node-resolve": "^15.2.3",
3334
"@rollup/plugin-terser": "^0.4.4",
3435
"@rollup/plugin-typescript": "^11.1.6",
36+
"@types/chrome": "^0.0.263",
3537
"@types/node": "^20.11.30",
3638
"@types/semver": "^7.5.8",
39+
"@types/uuid": "^9.0.8",
40+
"electron": "^23.1.1",
3741
"obsidian": "^1.0.0",
3842
"rollup": "^3.29.3",
3943
"rollup-plugin-define": "^1.0.1",
4044
"rollup-plugin-license": "^3.3.1",
45+
"simple-git": "^3.23.0",
4146
"tslib": "^2.2.0",
42-
"typescript": "^4.9.5",
43-
"uuid": "^9.0.1"
47+
"typescript": "^4.9.5"
4448
},
4549
"overrides": {
4650
"rollup-plugin-define": {
@@ -54,6 +58,8 @@
5458
"colortranslator": "^4.1.0",
5559
"front-matter": "^4.0.2",
5660
"nanoid": "^5.0",
57-
"semver": "^7.6.0"
61+
"semver": "^7.6.0",
62+
"uuid": "^9.0.1",
63+
"yaml": "^2.3.4"
5864
}
5965
}

0 commit comments

Comments
 (0)