diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8e596..64ba9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.1](https://github.com/meyfa/ka-mensa-fetch/compare/v3.2.0...v3.2.1) (2023-02-16) + + +### Bug Fixes + +* **deps:** update dependency axios to v1 ([#139](https://github.com/meyfa/ka-mensa-fetch/issues/139)) ([d46252d](https://github.com/meyfa/ka-mensa-fetch/commit/d46252df00279f1cc5f224777e01ab6c3c7e6fbe)) +* Use non-deprecated Cheerio load function ([#162](https://github.com/meyfa/ka-mensa-fetch/issues/162)) ([5081869](https://github.com/meyfa/ka-mensa-fetch/commit/5081869e798140d869b9ad873c9cbba91428d041)) + ## [3.2.0](https://github.com/meyfa/ka-mensa-fetch/compare/v3.1.0...v3.2.0) (2022-09-01) diff --git a/package-lock.json b/package-lock.json index 4465f47..a03efc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ka-mensa-fetch", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ka-mensa-fetch", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "axios": "^1.1.0", diff --git a/package.json b/package.json index 1e38f24..3086ff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ka-mensa-fetch", - "version": "3.2.0", + "version": "3.2.1", "description": "Karlsruhe (KIT) Mensa meal plan fetcher", "type": "module", "main": "dist/index.js",