Skip to content

Commit 351425a

Browse files
committed
build: bump version to 1.1.0
1 parent 73f41ac commit 351425a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RELEASE NOTE
22

3+
## 1.1.0
4+
5+
- feat: add -n, --renew option to delete all pages in Notion before sync
6+
37
## 1.0.0
48

59
- feat: add -d, --delete option to delete pages in Notion that don't exist locally

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vrerv/md-to-notion",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "An upload of markdown files to a hierarchy of Notion pages.",
55
"engines": {
66
"node": ">=15"

0 commit comments

Comments
 (0)