瀏覽代碼

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

Conventional Changelog Action 3 年之前
父節點
當前提交
0cebb42dc5
共有 2 個文件被更改,包括 11 次插入2 次删除
  1. 10 1
      CHANGELOG.md
  2. 1 1
      package.json

+ 10 - 1
CHANGELOG.md

@@ -1,4 +1,13 @@
-# 0.1.0 (2022-05-21)
+## [0.1.1](https://github.com/zyachel/libremdb/compare/v0.1.0...v0.1.1) (2022-06-03)
+
+
+### Bug Fixes
+
+* typo in URL ([#2](https://github.com/zyachel/libremdb/issues/2)) ([9f35a66](https://github.com/zyachel/libremdb/commit/9f35a668b508d79353da5db70014d99094788d5a))
+
+
+
+# [0.1.0](https://github.com/zyachel/libremdb/compare/30dac07ba33dbe4331a5c9fa6cd2c332100868df...v0.1.0) (2022-05-21)
 
 
 ### Features

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "libremdb",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "a FOSS alternative front-end to IMDb",
   "main": "server.js",
   "scripts": {