Browse Source

chore(release): v0.1.0

Conventional Changelog Action 3 years ago
parent
commit
21e7bfc54c
2 changed files with 11 additions and 2 deletions
  1. 9 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 9 - 0
CHANGELOG.md

@@ -0,0 +1,9 @@
+# 0.1.0 (2022-05-21)
+
+
+### Features
+
+* add review section ([30dac07](https://github.com/zyachel/libremdb/commit/30dac07ba33dbe4331a5c9fa6cd2c332100868df))
+
+
+

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "libremdb",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "description": "a FOSS alternative front-end to IMDb",
   "main": "server.js",
   "scripts": {
@@ -39,4 +39,4 @@
       "json-schema@<0.4.0": ">=0.4.0"
     }
   }
-}
+}