Skip to content

Commit

Permalink
Merge pull request #555 from highcharts/master
Browse files Browse the repository at this point in the history
V4.0.1
  • Loading branch information
cvasseng authored Aug 5, 2024
2 parents f4cf05e + 79bef50 commit 999c504
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.1

_Hotfix_:

- Fixed missing 'dist' bundle in 4.0.0 on NPM.

# 4.0.0

_Breaking Changes:_
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
"license": "MIT",
"type": "module",
"version": "4.0.0",
"version": "4.0.1",
"main": "./dist/index.esm.js",
"engines": {
"node": ">=18.12.0"
Expand All @@ -14,6 +14,7 @@
"require": "./dist/index.cjs"
}
},
"files": ["dist", "bin", "templates", "install.js", "lib"],
"repository": {
"url": "https://github.com/highcharts/node-export-server",
"type": "git"
Expand All @@ -35,6 +36,7 @@
"node-tests": "node ./tests/node/node_test_runner.js",
"node-tests-single": "node ./tests/node/node_test_runner_single.js",
"prepare": "husky || true",
"prepack": "npm run build",
"build": "rollup -c",
"unit:test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
Expand Down

0 comments on commit 999c504

Please sign in to comment.