Skip to content

Commit f03dce0

Browse files
committed
release '0.12.1'
1 parent 99f9a06 commit f03dce0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.12.1] - 2023-03-28
8+
### Changed
9+
- Add users name if set on their area homepage
10+
### Fixed
11+
- #118; Drawer fails to load on certain browsers
12+
- #189; Dropdown hidden by editor toolbar
13+
714
## [0.12.0] - 2024-03-26
815
### Added
916
- Search for notes & books

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.12.0",
3+
"version": "0.12.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
@@ -31,7 +31,7 @@ url = "https://www.buymeacoffee.com/leospratt"
3131
icon = "coffee"
3232

3333
[params]
34-
appVersion = "0.12.0"
34+
appVersion = "0.12.1"
3535

3636
[[params.favicon]]
3737
href = "/icon.svg"

0 commit comments

Comments
 (0)