From 5ef2f7b985f4e60ea2789d00b51adc9b16bcb0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Jur=C3=A1nyi?= Date: Sat, 27 Jan 2024 14:41:27 +0100 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4c5ee..1572803 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. +### [3.0.2](https://github.com/juzraai/dijnet-bot/compare/v3.0.1...v3.0.2) (2024-01-27) + + +### Bug Fixes + +* számlakeresés űrlap elküldés javítva (closes [#35](https://github.com/juzraai/dijnet-bot/issues/35)) ([dad5969](https://github.com/juzraai/dijnet-bot/commit/dad5969a26ed1e365dca66fd31c230f1a386a3de)) + ### [3.0.1](https://github.com/juzraai/dijnet-bot/compare/v3.0.0...v3.0.1) (2024-01-20) diff --git a/package.json b/package.json index 6fae756..99e41c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dijnet-bot", - "version": "3.0.1", + "version": "3.0.2", "description": "Az összes számlád még egy helyen", "author": "Zsolt Jurányi (https://juzraai.github.io/)", "license": "MIT",