Browse Source

chore(release): v2.3.0 [skip ci]

Conventional Changelog Action 2 years ago
parent
commit
5d45990798
2 changed files with 15 additions and 22 deletions
  1. 14 21
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 21
CHANGELOG.md

@@ -1,3 +1,17 @@
+# [2.3.0](https://github.com/zyachel/libremdb/compare/v2.2.2...v2.3.0) (2022-12-31)
+
+
+### Bug Fixes
+
+* couple css improvements for webkit-based browsers ([81eaf2f](https://github.com/zyachel/libremdb/commit/81eaf2fd5e5980c0c4d59a8805cf541fa8fe51f9))
+
+
+### Features
+
+* **search:** add basic search functionality ([0cff34a](https://github.com/zyachel/libremdb/commit/0cff34a766b09ba17be2a89f6290889dbf225436))
+
+
+
 ## [2.2.2](https://github.com/zyachel/libremdb/compare/v2.2.1...v2.2.2) (2022-12-10)
 
 
@@ -55,24 +69,3 @@
 
 
 
-# [2.0.0](https://github.com/zyachel/libremdb/compare/v0.1.2...v2.0.0) (2022-10-31)
-
-
-### Bug Fixes
-
-* change to poster for og:image ([f207d68](https://github.com/zyachel/libremdb/commit/f207d688e2dc0d6c12a0b6e8f6ddc7b0eadf5e0b))
-* remove double space in inspiration credit ([3f987b5](https://github.com/zyachel/libremdb/commit/3f987b59dcadbb5f931dda4d510b4c13a4ed5cd0))
-
-
-### Features
-
-* add "og:image" property for social media embeds ([d152cf4](https://github.com/zyachel/libremdb/commit/d152cf4b6210b3dd5eb33274d05695bd5593cd06))
-* major rewrite ([9891204](https://github.com/zyachel/libremdb/commit/9891204f5a11eb24ad7c924f50f0e069589b82ff))
-
-
-### BREAKING CHANGES
-
-* the whole application is rewritten from scratch.
-
-
-

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "libremdb",
-  "version": "2.2.2",
+  "version": "2.3.0",
   "description": "a free & open source IMDb front-end",
   "private": true,
   "type": "module",