Skip to content

Commit

Permalink
web: bump version to 2.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 25, 2023
1 parent 812ecf9 commit 4d7a8b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "2.6.11",
"version": "2.6.12",
"appAppleId": "1544027013",
"private": true,
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "2.6.11",
"version": "2.6.12",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",
Expand Down
5 changes: 5 additions & 0 deletions apps/web/src/dialogs/feature-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ const features: Record<FeatureKeys, Feature> = {
{
title: "Restore backups without an account",
subtitle: "You can now restore backups without logging in."
},
{
title: "Export notes as markdown with frontmatter",
subtitle:
"You can now preserve all metadata when exporting your notes using the Markdown + Frontmatter export format."
}
],
cta: {
Expand Down

0 comments on commit 4d7a8b9

Please sign in to comment.