Skip to content

Commit

Permalink
Release v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Dec 28, 2023
1 parent 81adc06 commit ee47762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To be a contributor, **fork** the project and run the commands `npm install` and
Make your edits and rerun the tests.

Pull requests welcome. 
Since the version number is updated during the release process, you can leave the version number unchanged.
Since the pacakge version number is updated during the release process, **leave the version number unchanged.**

## G) Genesis
The origin of this project goes back to when I needed to send money to Guanajuato, Mexico to pay
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,19 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.5",
"@types/node": "~20.10",
"@typescript-eslint/eslint-plugin": "~6.13",
"@typescript-eslint/parser": "~6.13",
"@typescript-eslint/eslint-plugin": "~6.16",
"@typescript-eslint/parser": "~6.16",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"dna-engine": "~3.0",
"eslint": "~8.55",
"eslint": "~8.56",
"esm-to-plain-js": "~1.1",
"jsdom": "~23.0",
"jshint": "~2.13",
"mocha": "~10.2",
"pretty-print-json": "~2.0",
"pretty-print-json": "~2.1",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.3",
Expand Down
1 change: 1 addition & 0 deletions spec/package.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('Newly added or modified banks and cities', () => {
{ code: 679, tag: 'FND', name: 'Financiera Nacional De Desarrollo Agropecuario' },
{ code: 706, tag: 'ARCUS', name: 'Arcus Financial Intelligence' },
{ code: 710, tag: 'NVIO', name: 'NVIO Pagos México' },
{ code: 722, tag: 'MERCADO PAGO W', name: 'Mercado Pago W' },
{ code: 723, tag: 'CUENCA', name: 'Cuenca' },
{ code: 846, tag: 'STP', name: 'Sistema de Transferencias y Pagos STP' },
];
Expand Down

1 comment on commit ee47762

@dpilafian
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#44

Please sign in to comment.