Skip to content

Commit

Permalink
Prepare backport of NPE fixes for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Nov 23, 2022
1 parent 9312471 commit 99ec1be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.6.2] - 2022-11-23

### Fixed

- Several cases of NPE under different circumstances
Expand Down Expand Up @@ -251,7 +253,8 @@ with the following changes.

* Initial release

[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.6.1...HEAD
[Unreleased]: https://github.com/julianhille/MuhammaraJS/compare/2.6.2...HEAD
[2.6.2]: https://github.com/julianhille/MuhammaraJS/compare/2.6.1...2.6.2
[2.6.1]: https://github.com/julianhille/MuhammaraJS/compare/2.6.0...2.6.1
[2.6.0]: https://github.com/julianhille/MuhammaraJS/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/julianhille/MuhammaraJS/compare/2.4.0...2.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muhammara",
"version": "2.6.1",
"version": "2.6.2",
"description": "Create, read and modify PDF files and streams. A drop in replacement for hummujs PDF library",
"homepage": "https://github.com/julianhille/Muhammarajs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 99ec1be

Please sign in to comment.