diff --git a/CHANGELOG.md b/CHANGELOG.md index 43179bb..a975946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/itairaz1/israeli-bank-firefly-importer/compare/v1.5.2...v1.5.3) (2024-09-28) + + +### Bug Fixes + +* **bump:** bump israeli-bank-scrapers from 5.1.1 to 5.1.4 ([#171](https://github.com/itairaz1/israeli-bank-firefly-importer/issues/171)) ([0a8e0d9](https://github.com/itairaz1/israeli-bank-firefly-importer/commit/0a8e0d9667e77a2e775acd328b166379414e3e40)) + ## [1.5.2](https://github.com/itairaz1/israeli-bank-firefly-importer/compare/v1.5.1...v1.5.2) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index fc2fdcb..5ed2770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "israeli-bank-firefly-importer", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "israeli-bank-firefly-importer", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index bc4eb62..838a759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "israeli-bank-firefly-importer", - "version": "1.5.2", + "version": "1.5.3", "description": "Using Israeli bank scrapper and import the data into free and open source FireFly iii.", "main": "src/index.js", "type": "module",