Skip to content

Commit

Permalink
🚀RELEASE v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippdormann committed Dec 30, 2022
1 parent f2d8c11 commit aa7103f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v2.3.2](https://github.com/philippdormann/mensamax-api/compare/v2.3.1...v2.3.2)

- drop String.replaceAll polyfill - vercel deployment bumped to node v18 [`f2d8c11`](https://github.com/philippdormann/mensamax-api/commit/f2d8c11c207795617ed4a03c6a8837162f69dd73)
- add keywords to package [`dbb9b23`](https://github.com/philippdormann/mensamax-api/commit/dbb9b2347e8ee266360329df70d2aaad0d0b9202)
- add repository and author info [`5eebe38`](https://github.com/philippdormann/mensamax-api/commit/5eebe38de727bb84e11fa687c144cf816e9ad3da)

#### [v2.3.1](https://github.com/philippdormann/mensamax-api/compare/v2.3.0...v2.3.1)

> 30 December 2022
- update verified/tested institutions [`6ef7325`](https://github.com/philippdormann/mensamax-api/commit/6ef73257052bcb49675b909248e89efb0a08f5c6)
- check for existing provider/project + cache usage [`852d0f8`](https://github.com/philippdormann/mensamax-api/commit/852d0f8e73327be2910f2f3e2818fe91d6cc7014)
- add support for redis cache [`8920d34`](https://github.com/philippdormann/mensamax-api/commit/8920d34493f1bd7b1ae88dc0f06ab467baa0d921)
- cleanup cache update [`b1dc484`](https://github.com/philippdormann/mensamax-api/commit/b1dc4849d8ebf9f879e2a1d3240fcc00d40a7bd3)
- replace express.js with rayo [`27fcdbe`](https://github.com/philippdormann/mensamax-api/commit/27fcdbe74c11d221ee1d0adce6ca3dd3edf93406)
- add full cache support in getMensaplanHTML [`eef3fdc`](https://github.com/philippdormann/mensamax-api/commit/eef3fdc8fa34dc9b3b893551d44ef4c0d5d61b05)
- update server.js for new ESM rayo import [`1c8c4a0`](https://github.com/philippdormann/mensamax-api/commit/1c8c4a095db88fdd404a22e1ec3895a2aedeb681)
- 🚀RELEASE v2.3.1 [`f8d3b11`](https://github.com/philippdormann/mensamax-api/commit/f8d3b11d78f884e336be266ca14a44930867ee77)
- dependency bump [`77c5fb7`](https://github.com/philippdormann/mensamax-api/commit/77c5fb7e9b794963a64d6332e744f36e924f54d2)
- require import institutions.json [`3bbba2a`](https://github.com/philippdormann/mensamax-api/commit/3bbba2ab7b935d425797c7cd0534057cf666404b)
- support disabled cache [`e531893`](https://github.com/philippdormann/mensamax-api/commit/e5318930868399f0d607135cacf8afc961e26465)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@philippdormann/mensamax-api",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"repository": "https://github.com/philippdormann/mensamax-api",
"author": {
Expand Down

1 comment on commit aa7103f

@vercel
Copy link

@vercel vercel bot commented on aa7103f Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mensa-api – ./

mensa.vercel.app
mensa-api-philippdormann.vercel.app
mensa-api-git-main-philippdormann.vercel.app

Please sign in to comment.