diff --git a/CHANGELOG.md b/CHANGELOG.md index aabda47..bf19686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/itairaz1/israeli-bank-firefly-importer/compare/v1.4.0...v1.4.1) (2024-02-03) + + +### Bug Fixes + +* **Leumi:** Bump scrapper that has a fix to Leumi ([b42a484](https://github.com/itairaz1/israeli-bank-firefly-importer/commit/b42a484318b75c3e9cb52ed903c3271eee35fa04)) + # [1.4.0](https://github.com/itairaz1/israeli-bank-firefly-importer/compare/v1.3.7...v1.4.0) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index 697f6ce..129bc2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "israeli-bank-firefly-importer", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "israeli-bank-firefly-importer", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "axios": "^1.6.7", diff --git a/package.json b/package.json index 6505145..c2a082d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "israeli-bank-firefly-importer", - "version": "1.4.0", + "version": "1.4.1", "description": "Using Israeli bank scrapper and import the data into free and open source FireFly iii.", "main": "src/index.js", "type": "module",