Compare commits

...

1 Commits
2.1.1 ... 2.1.2

Author SHA1 Message Date
Jiaxin Peng
8c65e471eb Update version to 2.1.2 2024-01-09 11:44:40 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",