chore(release): v0.1.2 [skip ci]
This commit is contained in:
parent
b2b50df02b
commit
5358d58e31
2 changed files with 17 additions and 2 deletions
15
CHANGELOG.md
15
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)
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue