From bbcc83f65e99292c596c023f857e8a97a1a4844b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Jur=C3=A1nyi?= Date: Sat, 20 Jan 2024 11:11:27 +0100 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cedf5e2..1f4c5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1](https://github.com/juzraai/dijnet-bot/compare/v3.0.0...v3.0.1) (2024-01-20) + + +### Bug Fixes + +* bundle generálás javítva ([38b43e1](https://github.com/juzraai/dijnet-bot/commit/38b43e1d2c8054fc7d860827df9a05209f28b0ff)) +* JSON import warning javítva ([94131b8](https://github.com/juzraai/dijnet-bot/commit/94131b81d93919978bc8a8d5ba4763a5a3da93a8)) + ## [3.0.0](https://github.com/juzraai/dijnet-bot/compare/v2.1.10...v3.0.0) (2024-01-12) diff --git a/package.json b/package.json index 0f719a0..e5910b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dijnet-bot", - "version": "3.0.0", + "version": "3.0.1", "description": "Az összes számlád még egy helyen", "author": "Zsolt Jurányi (https://juzraai.github.io/)", "license": "MIT",