Skip to content

Commit 8d499a7

Browse files
committed
release '0.14.1'
1 parent b5a45df commit 8d499a7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.14.1] - 2024-09-25
8+
### Fixed
9+
- Fix #210; cannot add new users
10+
711
## [0.14.0] - 2024-09-23
812
### Added
913
- #207; vim mode for editor

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.14.0",
3+
"version": "0.14.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.14.0"
34+
appVersion = "0.14.1"
3535

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

0 commit comments

Comments
 (0)