Update version to 2.1.2

This commit is contained in:
Jiaxin Peng
2024-01-09 11:44:40 +00:00
parent 388693d5b4
commit 8c65e471eb
3 changed files with 9 additions and 9 deletions

View File

@@ -20,13 +20,13 @@ jobs:
with: with:
node-version: "18" node-version: "18"
- name: Generate changelog # - name: Generate changelog
id: changelog # id: changelog
uses: release-changelog/action@v1.0.0 # uses: release-changelog/action@v1.0.0
with: # with:
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} # repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
version: ${{ github.ref }} # version: ${{ github.ref }}
file: CHANGELOG.md # file: CHANGELOG.md
- name: Build - name: Build
id: build id: build

View File

@@ -1,7 +1,7 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "2.1.1", "version": "2.1.2",
"minAppVersion": "0.0.1", "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.", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"author": "EasyChris, jxpeng98", "author": "EasyChris, jxpeng98",

View File

@@ -1,6 +1,6 @@
{ {
"name": "share-to-notionnext", "name": "share-to-notionnext",
"version": "2.1.1", "version": "2.1.2",
"type": "module", "type": "module",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js", "main": "main.js",