muhammara 5.0.2 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.1.0] - 2024-10-17
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add node v23.0.0
|
|
15
|
+
|
|
16
|
+
### Updated
|
|
17
|
+
|
|
18
|
+
- Downgrade to gcc11 to lower needed glibc version
|
|
19
|
+
|
|
10
20
|
## [5.0.2] - 2024-10-10
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -455,7 +465,8 @@ with the following changes.
|
|
|
455
465
|
|
|
456
466
|
- Initial release
|
|
457
467
|
|
|
458
|
-
:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0
|
|
468
|
+
:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.1.0...HEAD
|
|
469
|
+
[5.1.0]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...5.1.0
|
|
459
470
|
[5.0.2]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...5.0.2
|
|
460
471
|
[5.0.1]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...5.0.1
|
|
461
472
|
[5.0.0]: https://github.com/julianhille/MuhammaraJS/compare/4.1.0...5.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muhammara",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library",
|
|
5
5
|
"homepage": "https://github.com/julianhille/Muhammarajs",
|
|
6
6
|
"license": "Apache-2.0",
|