Skip to content

Commit

Permalink
Upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMaRuiz committed Nov 4, 2020
1 parent e5355c1 commit b5adb73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.2.0] - 2020-08-26
### Add validator for NZ accounts
* Add the possibility to pass 'nz' as country option and validate the account number for this country.

## [1.1.0] - 2020-08-26
### Add options param
* Add the possibility to pass an options object with the institution name. Validator will check the correctness of the ccc number and if
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ In the list below you will find some of the codes of monetary financial institut
| ES2048 | Liberbank, S.A.|
| ES0073 | Open Bank, S.A.|
### Available validators
* Spain account validator.
* NZ account validator
### Reference
* [How to validate an Spanish CCC](https://es.wikipedia.org/wiki/Código_cuenta_cliente#D%C3%ADgitos_de_control)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccc-util",
"version": "1.1.0",
"version": "1.2.0",
"description": "Util to validate CCC code. It also can be used to generate a valid CCC for testing purposes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b5adb73

Please sign in to comment.