Skip to content

Commit 17e8388

Browse files
committed
2.1.8
1 parent 91d3560 commit 17e8388

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silverbulletmd/silverbullet",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"tasks": {
55
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
66
"build-production": "deno task build --production",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.1.7";
1+
export const version = "2.1.8";

website/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
An attempt at documenting the changes/new features introduced in each release.
22

33
## Edge
4+
* Nothing new yet since 2.1.8
5+
6+
## 2.1.8
47
* New [[^Library/Std/APIs/Virtual Page]] API, internally used by:
58
* [[^Library/Std/Infrastructure/Tag Page]]
69
* [[^Library/Std/Infrastructure/Search]]

0 commit comments

Comments
 (0)