Skip to content

Commit db0fd90

Browse files
committed
chore: bump version to 0.6.1 and update changelog
1 parent 0c3baca commit db0fd90

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

8+
## [0.6.1] - 2026-03-19
9+
10+
### Fixed
11+
- **PostgreSQL Migration**: Added missing `created_at` column to `equipment_group_members` table in PostgreSQL DDL.
12+
13+
### Security
14+
- **socket.io-parser CVE**: Overrode socket.io-parser to >=4.2.6 to fix high-severity unbounded binary attachments vulnerability.
15+
- **Docker Image**: Patched node-tar and zlib CVEs in Docker image.
16+
- **Dockerfile Lint**: Added hadolint ignore for DL3002 since root is required for PUID/PGID remapping at startup.
17+
18+
### Changed
19+
- **Dependencies**: Updated production dependencies (better-sqlite3, framer-motion, nanoid, openseadragon, react-resizable-panels).
20+
821
## [0.6.0] - 2026-03-11
922

1023
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skymmich",
3-
"version": "0.5.1",
3+
"version": "0.6.1",
44
"type": "module",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)