Skip to content

Commit c63bdbc

Browse files
committed
release '0.13.1'
1 parent a0997fa commit c63bdbc

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.13.1] - 2024-07-28
8+
### Fixed
9+
- fixed XSS vulnerability
10+
711
## [0.13.0] - 2024-05-11
812
### Added
913
- Data import/export via CLI

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.13.0",
3+
"version": "0.13.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.13.0"
34+
appVersion = "0.13.1"
3535

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

0 commit comments

Comments
 (0)