Skip to content

Commit

Permalink
chore(main): release 4.0.4 (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
1 parent 9aa92f7 commit 7b9dfc3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.4](https://github.com/meyfa/ka-mensa-fetch/compare/v4.0.3...v4.0.4) (2024-08-14)


### Bug Fixes

* **deps:** update dependency axios to v1.7.4 [security] ([#275](https://github.com/meyfa/ka-mensa-fetch/issues/275)) ([1cc7297](https://github.com/meyfa/ka-mensa-fetch/commit/1cc729795b1275d34ba38bb97f00f4a2683c06ba))

## [4.0.3](https://github.com/meyfa/ka-mensa-fetch/compare/v4.0.2...v4.0.3) (2024-07-01)


Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ka-mensa-fetch",
"version": "4.0.3",
"version": "4.0.4",
"description": "Karlsruhe (KIT) Mensa meal plan fetcher",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"devDependencies": {
"@meyfa/eslint-config": "7.0.0",
"@types/mocha": "10.0.7",
"@types/node": "20.14.15",
"@types/node": "20.14.11",
"axios-mock-adapter": "2.0.0",
"c8": "10.1.2",
"eslint": "8.57.0",
"mocha": "10.7.3",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.5.3"
},
"dependencies": {
"axios": "^1.6.2",
Expand Down

0 comments on commit 7b9dfc3

Please sign in to comment.