Skip to content

Commit 964c7cb

Browse files
authored
Merge pull request #589 from highcharts/docs/update-changelog
docs/update-changelog
2 parents 7ff083a + 110c3e6 commit 964c7cb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ _New Features:_
44

55
- Added support for absolute paths in the `HIGHCHARTS_CACHE_PATH` option [(#562)](https://github.com/highcharts/node-export-server/issues/562)
66

7+
_Fixes_:
8+
9+
- Improved status codes (user errors instead of 500) [(#577)](https://github.com/highcharts/node-export-server/pull/577)
10+
11+
- Improved memory management/usage [(#586)](https://github.com/highcharts/node-export-server/pull/586)
12+
13+
_Other:_
14+
15+
- Add fair usage policy note on the page [(#583)](https://github.com/highcharts/node-export-server/pull/583)
16+
717
# 4.0.2
818

919
_Hotfix_:

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
@@ -3,7 +3,7 @@
33
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
44
"license": "MIT",
55
"type": "module",
6-
"version": "4.0.2",
6+
"version": "4.0.3",
77
"main": "./dist/index.esm.js",
88
"engines": {
99
"node": ">=18.12.0"

0 commit comments

Comments
 (0)