浏览代码

chore(release): v0.1.2 [skip ci]

Conventional Changelog Action 3 年之前
父节点
当前提交
5358d58e31
共有 2 个文件被更改,包括 17 次插入2 次删除
  1. 15 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 15 - 0
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)
 
 

+ 2 - 2
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"
     }
   }
-}
+}