Skip to content

Commit ce4ad68

Browse files
authored
chore(main): release 5.0.2 (#73)
1 parent 06eb7be commit ce4ad68

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/cheminfo/mrz/compare/v5.0.1...v5.0.2) (2026-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* accept TD1 alternative check digit computation variant when embedded in optional1 ([#70](https://github.com/cheminfo/mrz/issues/70)) ([8d0aa52](https://github.com/cheminfo/mrz/commit/8d0aa52c2bc89c30e632800606f70de70bf2239b))
9+
* check digit position when it is not valid ([#74](https://github.com/cheminfo/mrz/issues/74)) ([06eb7be](https://github.com/cheminfo/mrz/commit/06eb7be36471860de779cd240eab3d5b91ae70d2))
10+
311
## [5.0.1](https://github.com/cheminfo/mrz/compare/v5.0.0...v5.0.1) (2026-01-05)
412

513

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": "mrz",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"license": "MIT",
55
"description": "Parse MRZ (Machine Readable Zone) from identity documents",
66
"author": "Luc Patiny <luc@patiny.com>",

0 commit comments

Comments
 (0)