diff --git a/CHANGELOG.md b/CHANGELOG.md index 4542759..24959f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.9](https://github.com/juzraai/dijnet-bot/compare/v2.1.8...v2.1.9) (2023-10-02) + + +### Bug Fixes + +* számla lista parszolási hiba javítva ([0965959](https://github.com/juzraai/dijnet-bot/commit/09659593b1c366c6d077953e1a4e698ff99aef18)) + ### [2.1.8](https://github.com/juzraai/dijnet-bot/compare/v2.1.7...v2.1.8) (2022-12-09) diff --git a/package-lock.json b/package-lock.json index e9b1620..383f911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dijnet-bot", - "version": "2.1.8", + "version": "2.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f08150d..2432f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dijnet-bot", - "version": "2.1.8", + "version": "2.1.9", "description": "Az összes számlád még egy helyen", "author": "Zsolt Jurányi (https://juzraai.github.io/)", "license": "MIT",