mirror of
https://github.com/zadam/trilium.git
synced 2025-12-28 18:24:27 +01:00
chore(release): prepare for v0.101.0
This commit is contained in:
parent
47cfbd0740
commit
2d486c9934
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/client",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-only",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/desktop",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "Build your personal knowledge base with Trilium Notes",
|
||||
"private": true,
|
||||
"main": "src/main.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/server",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
|
||||
"private": true,
|
||||
"main": "./src/main.ts",
|
||||
|
||||
2
docs/Release Notes/Release Notes/v0.101.0.md
vendored
2
docs/Release Notes/Release Notes/v0.101.0.md
vendored
@ -1,6 +1,6 @@
|
||||
# v0.101.0
|
||||
> [!NOTE]
|
||||
> This release marks the 8-year anniversary of Trilium, with the [first public version](https://github.com/TriliumNext/Trilium/releases/tag/v0.0.9) being released on December 25th, 2017.
|
||||
> This release marks the 8-year anniversary of Trilium, celebrating its [first public release](https://github.com/TriliumNext/Trilium/releases/tag/v0.0.9) on December 25th, 2017.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> If you enjoyed this release, consider showing a token of appreciation by:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/source",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "Build your personal knowledge base with Trilium Notes",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/commons",
|
||||
"version": "0.100.0",
|
||||
"version": "0.101.0",
|
||||
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user