Skip to content

Commit

Permalink
Update v1.2403.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baumerdev committed Nov 20, 2024
1 parent 8c410e2 commit c4653da
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-11-20 [v1.2403.0]

* Additionally includes data valid from 2024-12-09, removes data valid before 2024-09-09
* Upgraded dependencies
* Fixed package.json syntax
* Added Node 22 to pipeline, dropped Node 16 pipeline

## 2024-08-11 [v1.2402.0]

* Additionally includes data valid from 2024-09-09, removes data valid before 2024-06-03
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the bank name and BIC fields.
This library is not an IBAN validator itself. If you require validation,
please refer to the main project. [IBANTools-Germany](https://baumerdev.github.io/ibantools-germany/).

> _Version 1.2402.* includes data from 2024-06-03 to 2024-09-08, as well as from 2024-09-09 to 2024-12-08. Validation will be based on the data that is valid according to your system time (data changes at midnight CET on 2024-09-09)._
> _Version 1.2403.* includes data from 2024-09-09 to 2024-12-08, as well as from 2024-12-09 to 2025-03-02. Validation will be based on the data that is valid according to your system time (data changes at midnight CET on 2024-12-09)._
* [Installation](#installation)
* [Usage](#usage)
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bankdata-germany",
"version": "1.2402.0",
"version": "1.2403.0",
"description": "Data and BIC Validator for German Banks",
"author": "Markus Baumer <markus@baumer.dev>",
"repository": {
Expand Down

0 comments on commit c4653da

Please sign in to comment.