Browse Source

chore(release): v1.0.0 [skip ci]

Conventional Changelog Action 2 years ago
parent
commit
19640326cf
2 changed files with 16 additions and 2 deletions
  1. 14 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+# [1.0.0](https://github.com/zyachel/libremdb/compare/v0.1.2...v1.0.0) (2022-09-11)
+
+
+### Features
+
+* major rewrite ([e4849e8](https://github.com/zyachel/libremdb/commit/e4849e8c757e4f1416be7338c89421ca27e28e8d))
+
+
+### BREAKING CHANGES
+
+* the whole application is rewritten from scratch.
+
+
+
 ## [0.1.2](https://github.com/zyachel/libremdb/compare/v0.1.1...v0.1.2) (2022-06-06)
 
 

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "libremdb",
-  "version": "0.1.2",
+  "version": "1.0.0",
   "description": "a free & open source IMDb front-end",
   "private": true,
   "type": "module",
@@ -33,4 +33,4 @@
     "node": ">=16.5.0",
     "pnpm": ">=7.0.0"
   }
-}
+}