From a2b5e4671d92fee0ec6b844735e1657ae0b0b4a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:30:40 +0000 Subject: [PATCH] chore(main): release 4.0.5 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36b25a..1dacbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.5](https://github.com/meyfa/ka-mensa-fetch/compare/v4.0.4...v4.0.5) (2024-10-21) + + +### Bug Fixes + +* Consolidate fetchMensa function type ([#288](https://github.com/meyfa/ka-mensa-fetch/issues/288)) ([bfa5e8f](https://github.com/meyfa/ka-mensa-fetch/commit/bfa5e8f57127c3d724afe707d6571f3d7f92cece)) +* Improve code style for upcoming ESLint config update ([#286](https://github.com/meyfa/ka-mensa-fetch/issues/286)) ([2462834](https://github.com/meyfa/ka-mensa-fetch/commit/24628349e7e3e48e62885689dbafc5678bb074e7)) + ## [4.0.4](https://github.com/meyfa/ka-mensa-fetch/compare/v4.0.3...v4.0.4) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index 497de39..0a54222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ka-mensa-fetch", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ka-mensa-fetch", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "axios": "^1.6.2", diff --git a/package.json b/package.json index bc72de2..3a8a330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ka-mensa-fetch", - "version": "4.0.4", + "version": "4.0.5", "description": "Karlsruhe (KIT) Mensa meal plan fetcher", "type": "module", "main": "dist/index.js",