You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Electron release v0.10.56
This commit is contained in:
2
ElectronClient/app/package-lock.json
generated
2
ElectronClient/app/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Joplin",
|
"name": "Joplin",
|
||||||
"version": "0.10.55",
|
"version": "0.10.56",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Joplin",
|
"name": "Joplin",
|
||||||
"version": "0.10.55",
|
"version": "0.10.56",
|
||||||
"description": "Joplin for Desktop",
|
"description": "Joplin for Desktop",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -90,7 +90,7 @@ toolUtils.githubOauthToken = async function() {
|
|||||||
toolUtils.githubRelease = async function(tagName, isDraft) {
|
toolUtils.githubRelease = async function(tagName, isDraft) {
|
||||||
const fetch = require('node-fetch');
|
const fetch = require('node-fetch');
|
||||||
|
|
||||||
const oauthToken = await githubOauthToken();
|
const oauthToken = await toolUtils.githubOauthToken();
|
||||||
|
|
||||||
const response = await fetch('https://api.github.com/repos/laurent22/joplin/releases', {
|
const response = await fetch('https://api.github.com/repos/laurent22/joplin/releases', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
Reference in New Issue
Block a user