muhammara 5.0.2 → 5.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.2.0] - 2024-10-20
11
+
12
+ ### Added
13
+
14
+ - Add electron 33.0, 32.1, 32.2, 31.5, 31.6, 30.5
15
+
16
+ ## [5.1.0] - 2024-10-17
17
+
18
+ ### Added
19
+
20
+ - Add node v23.0.0
21
+
22
+ ### Updated
23
+
24
+ - Downgrade to gcc11 to lower needed glibc version
25
+
10
26
  ## [5.0.2] - 2024-10-10
11
27
 
12
28
  ### Added
@@ -455,7 +471,9 @@ with the following changes.
455
471
 
456
472
  - Initial release
457
473
 
458
- :[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...HEAD
474
+ :[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.2.0...HEAD
475
+ [5.2.0]: https://github.com/julianhille/MuhammaraJS/compare/5.1.0...5.2.0
476
+ [5.1.0]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...5.1.0
459
477
  [5.0.2]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...5.0.2
460
478
  [5.0.1]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...5.0.1
461
479
  [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.2",
3
+ "version": "5.2.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",