Skip to content

Commit 86737c5

Browse files
committed
chore(release): 3.0.0
1 parent 75732e0 commit 86737c5

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [3.0.0](https://github.com/zyachel/libremdb/compare/v2.4.0...v3.0.0) (2023-04-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **title:** older versions won't work, at least for title route
11+
12+
### Features
13+
14+
* add info related to the current instance ([2c5d2f8](https://github.com/zyachel/libremdb/commit/2c5d2f86e46a52223f07d573b152bad5174ee2d9))
15+
* **route:** add name route ([75732e0](https://github.com/zyachel/libremdb/commit/75732e00869f9777e87e767a48648996345f02f7))
16+
17+
18+
### Bug Fixes
19+
20+
* **title:** fix title page crash ([8ce02d0](https://github.com/zyachel/libremdb/commit/8ce02d02364c8e1f03a8b16594bc20ee6766a8c6))
21+
122
# [2.4.0](https://github.com/zyachel/libremdb/compare/v2.3.1...v2.4.0) (2023-01-22)
223

324

@@ -50,6 +71,3 @@
5071
### Bug Fixes
5172

5273
* **title:** fix site crash ([dd75df0](https://github.com/zyachel/libremdb/commit/dd75df01eb7c03d8945a8bd20ed231a66bd88b8f))
53-
54-
55-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libremdb",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "a free & open source IMDb front-end",
55
"private": true,
66
"type": "module",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"axios": "^0.27.2",
2121
"cheerio": "1.0.0-rc.12",
22-
"ioredis": "^5.2.3",
22+
"ioredis": "^5.2.4",
2323
"next": "12.2.5",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
@@ -38,4 +38,4 @@
3838
"node": ">=16.5.0",
3939
"pnpm": ">=7.0.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)