Skip to content

Commit 7def0c3

Browse files
committed
chore(release): version bump to v0.5.3
1 parent 4867d5f commit 7def0c3

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/mighty-crabs-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# discogs-mcp-server
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- chore: update hono to address CVE-2026-24398, CVE-2026-24472, CVE-2026-24473 ([#128](https://github.com/cswkim/discogs-mcp-server/pull/128))
8+
39
## 0.5.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discogs-mcp-server",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "MCP server for Discogs",
55
"license": "MIT",
66
"author": "Christopher Kim <hi@cswkim.dev>",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This should match the version in package.json or else it will break the CI workflow
22
// You should not need to manually update this value, it will be managed using `pnpm version:sync` during release creation
3-
export const VERSION = '0.5.2';
3+
export const VERSION = '0.5.3';

0 commit comments

Comments
 (0)