Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#124)
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 31, 2022
1 parent e3c40bc commit 8e7d5a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.1.0](https://github.com/meyfa/ka-mensa-fetch/compare/v3.0.2...v3.1.0) (2022-08-31)


### Features

* **data:** Update canteen and line names ([#125](https://github.com/meyfa/ka-mensa-fetch/issues/125)) ([e3c40bc](https://github.com/meyfa/ka-mensa-fetch/commit/e3c40bc87d425c1e31f5b20b326a7220ec50582f))
* Perform line name matching case-insensitively ([#123](https://github.com/meyfa/ka-mensa-fetch/issues/123)) ([e856efd](https://github.com/meyfa/ka-mensa-fetch/commit/e856efd8d953a8051ee4ae3ca599db6b54232648))

## [3.0.2](https://github.com/meyfa/ka-mensa-fetch/compare/v3.0.1...v3.0.2) (2022-06-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ka-mensa-fetch",
"version": "3.0.2",
"version": "3.1.0",
"description": "Karlsruhe (KIT) Mensa meal plan fetcher",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 8e7d5a5

Please sign in to comment.