Skip to content

Commit 21c235e

Browse files
committed
release v0.11.1
1 parent 84d7dd2 commit 21c235e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.11.1] - 2024-02-01
8+
### Fixed
9+
- #181; Can't create notebook when one does not already exist
10+
- Missing background blur on editor toolbar
11+
712
## [0.11.0] - 2024-01-31
813
### Added
914
- Print note

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "note-mark-frontend",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "",
55
"private": true,
66
"license": "AGPL-3.0-only",

site/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ icon = "git-branch"
2626
hideName = true
2727

2828
[params]
29-
appVersion = "0.11.0"
29+
appVersion = "0.11.1"
3030

3131
[[params.favicon]]
3232
href = "/icon.svg"

0 commit comments

Comments
 (0)