diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e0ce3..456c80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.1.2](https://github.com/zyachel/libremdb/compare/v0.1.1...v0.1.2) (2022-06-06) + + +### Bug Fixes + +* change the order in which env vars are loaded ([55c0eba](https://github.com/zyachel/libremdb/commit/55c0eba6e47c85654242173796e76205328f5f31)) +* **robots.txt:** disallow all robots ([f39998d](https://github.com/zyachel/libremdb/commit/f39998d57bd2531fd1bd8b21e32ca563baf7565c)) + + +### Performance Improvements + +* implement caching of static files ([170fbab](https://github.com/zyachel/libremdb/commit/170fbabe5ef4b8cec63ca8831a4ae2a79798a6b0)) + + + ## [0.1.1](https://github.com/zyachel/libremdb/compare/v0.1.0...v0.1.1) (2022-06-03) diff --git a/package.json b/package.json index f74761e..fac20ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libremdb", - "version": "0.1.1", + "version": "0.1.2", "description": "a FOSS alternative front-end to IMDb", "main": "server.js", "scripts": { @@ -44,4 +44,4 @@ "json-schema@<0.4.0": ">=0.4.0" } } -} +} \ No newline at end of file