Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.17] - 2026-09-02

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: The new ## [v1.0.17] heading has no matching [v1.0.17] reference definition at the bottom of the file, so Markdown renders it as plain text instead of a link. The existing [1.17.0] definition also has a different label and points to the unrelated v1.17.0 tag.

Suggested fix: Add a matching reference such as [v1.0.17]: /../../tree/v1.0.17 (or the intended release URL), and correct the mismatched existing reference if necessary.


### Changed
- deps: upgrade nginx by @TimVanMourik in 9dba1fc
- docs: update CHANGELOG.md for v1.0.16 by @github-actions[bot] in 8f7540e

### Fixed
- fix: address review feedback on Dockerfile apk cleanup by @Quinten in 9604cd4
- fix: resolve Snyk-reported dependency and Docker image vulnerabilities by @Quinten in d6299de
- fix: upgrade eslint-import-resolver-typescript from 4.4.4 to 4.4.5 by @snyk-bot in 0315245
- fix: upgrade @vue/eslint-config-typescript from 14.8.0 to 14.9.0 by @snyk-bot in c53c2e7



## [v1.0.16] - 2026-07-23

### Changed
Expand Down