web: bump version to 2.6.9

This commit is contained in:
Abdullah Atta
2023-11-18 15:13:40 +05:00
parent c6ed4bcab1
commit 006a239680
5 changed files with 17 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/web",
"version": "2.6.8",
"version": "2.6.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/web",
"version": "2.6.8",
"version": "2.6.9",
"license": "GPL-3.0-or-later",
"dependencies": {
"@aws-sdk/util-base64-browser": "^3.208.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "2.6.8",
"version": "2.6.9",
"private": true,
"main": "./src/app.js",
"homepage": "https://notesnook.com/",

View File

@@ -89,7 +89,17 @@ const features: Record<FeatureKeys, Feature> = {
)
}
]
: [],
: [
{
title: "Date time shortcuts in note title",
subtitle:
"You can now use date time shortcuts (/now, /date & /time) in note & task list titles."
},
{
title: "Restore backups without an account",
subtitle: "You can now restore backups without logging in."
}
],
cta: {
title: "Got it",
icon: Checkmark,