Skip to content

Commit 8cc698d

Browse files
authored
Merge pull request #421 from julianhille/release/v5.0.1
Release/v5.0.1
2 parents eb8f9cf + 0f029bd commit 8cc698d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [5.0.1] - 2024-09-28
11+
1012
### Added
1113

1214
- Tests for bold, italic, underline, strikethrough, and highlights in textboxes
@@ -443,7 +445,8 @@ with the following changes.
443445

444446
- Initial release
445447

446-
[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...HEAD
448+
:[unreleased]: https://github.com/julianhille/MuhammaraJS/compare/5.0.1...HEAD
449+
[5.0.1]: https://github.com/julianhille/MuhammaraJS/compare/5.0.0...5.0.1
447450
[5.0.0]: https://github.com/julianhille/MuhammaraJS/compare/4.1.0...5.0.0
448451
[4.1.0]: https://github.com/julianhille/MuhammaraJS/compare/4.0.0...4.1.0
449452
[4.0.0]: https://github.com/julianhille/MuhammaraJS/compare/3.8.0...4.0.0

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ This won't affect a lot of you but still.
5151

5252
### Version 5.x
5353

54+
- You may need to update your base linux distro where you use this as muhammara now needs GLIBCXX_3.4.31
55+
Github removed ubuntu 18.04 runners and so we build on 20.04 now.
56+
Ubuntu 20.04 comes with newer libstdc++6 and this brings newer glibc with it.
5457
- Node <= 16 pre-builts have been removed
5558
- Electron <= 23 pre-builts have been removed
5659
- GCC 13 needed / std ++ 20 (only needed if you compile yourself)

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
@@ -1,6 +1,6 @@
11
{
22
"name": "muhammara",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library",
55
"homepage": "https://github.com/julianhille/Muhammarajs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)