Skip to content

Commit 5cd833d

Browse files
committed
changelog update + version bump to 6.0.4
1 parent 9f6b43c commit 5cd833d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ Since [ECharts](https://echarts.apache.org/) is the main dependency of this
1010
application, major version changes in ECharts will also trigger a major version
1111
change in this application.
1212

13-
## Version 6.?.? (2024-10-??)
13+
## Version 6.0.4 (2024-10-28)
1414

1515
* __[maintenance]__
1616
Update Dockerfile to use Node.js 20 instead of Node.js 16.
1717
Furthermore, the base image is updated from Debian 11 to Debian 12.
1818

19+
* __[maintenance]__
20+
Update dependency `uuid` to 11.0.1.
21+
1922
## Version 6.0.3 (2024-10-13)
2023

2124
* __[maintenance]__

export-server/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.

export-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echarts-node-export-server",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "ECharts Node.js export server",
55
"repository": {
66
"url": "https://gitlab.com/striezel/echarts-node-export-server.git",

0 commit comments

Comments
 (0)