We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f41ac commit 351425aCopy full SHA for 351425a
RELEASE_NOTE.md
@@ -1,5 +1,9 @@
1
# RELEASE NOTE
2
3
+## 1.1.0
4
+
5
+- feat: add -n, --renew option to delete all pages in Notion before sync
6
7
## 1.0.0
8
9
- feat: add -d, --delete option to delete pages in Notion that don't exist locally
package.json
@@ -1,6 +1,6 @@
{
"name": "@vrerv/md-to-notion",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "An upload of markdown files to a hierarchy of Notion pages.",
"engines": {
"node": ">=15"
0 commit comments