muhammara 5.1.0 → 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.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ 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
|
+
|
|
10
16
|
## [5.1.0] - 2024-10-17
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -465,7 +471,8 @@ with the following changes.
|
|
|
465
471
|
|
|
466
472
|
- Initial release
|
|
467
473
|
|
|
468
|
-
:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.
|
|
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
|
|
469
476
|
[5.1.0]: https://github.com/julianhille/MuhammaraJS/compare/5.0.2...5.1.0
|
|
470
477
|
[5.0.2]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...5.0.2
|
|
471
478
|
[5.0.1]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...5.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muhammara",
|
|
3
|
-
"version": "5.
|
|
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",
|