Skip to content

Commit 55f83d3

Browse files
committed
Merge.
2 parents 8fdaa55 + eb9de3f commit 55f83d3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.1.0
2+
3+
_Enhancements:_
4+
5+
- Made corrections and enhancements to all configuration files (`ESLint`, `Prettier`, `lint-staged`, `Husky`, `Jest`, `Nodemon`, ignore files, templates, documentation, and workflow files).
6+
- Corrected `package.json` by adding and optimizing content and scripts.
7+
- Made various corrections, mostly stylistic and visual, to the `CHANGELOG.md` and `README.md` files.
8+
- Removed the unnecessary `install.js` file.
9+
- Enhancements in samples and tests.
10+
- Renamed all files to use `camelCase` notation.
11+
- Linted and formatted all files.
12+
113
# 4.0.2
214

315
_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.1.0",
77
"main": "./dist/index.esm.js",
88
"repository": {
99
"url": "https://github.com/highcharts/node-export-server",

0 commit comments

Comments
 (0)