From 8c65e471eb5ac6e4007015e53ba875897e70a758 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Tue, 9 Jan 2024 11:44:40 +0000 Subject: [PATCH] Update version to 2.1.2 --- .github/workflows/release.yml | 14 +++++++------- manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff28334..ee27e04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,13 @@ jobs: with: node-version: "18" - - name: Generate changelog - id: changelog - uses: release-changelog/action@v1.0.0 - with: - repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} - version: ${{ github.ref }} - file: CHANGELOG.md +# - name: Generate changelog +# id: changelog +# uses: release-changelog/action@v1.0.0 +# with: +# repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} +# version: ${{ github.ref }} +# file: CHANGELOG.md - name: Build id: build diff --git a/manifest.json b/manifest.json index c2fdb5d..99826dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.1.1", + "version": "2.1.2", "minAppVersion": "0.0.1", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", diff --git a/package.json b/package.json index 1e27fe7..b3d6e27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "main": "main.js",