Skip to content

Commit 0a26b29

Browse files
authored
bump version from previous changes (nmelhado#299)
1 parent 2f892d6 commit 0a26b29

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [2.3.1] - 2023-09-13
5+
## [2.3.5] - 2024-04-27
6+
7+
### Fixed
8+
9+
- Resorces page wouldn't load. [(issue #296)](https://github.com/nmelhado/league-page/issues/296)
10+
- Sleeper now include median match in standings API, so we ended up double counting. Removed the median match logic [(issue #272)](https://github.com/nmelhado/league-page/issues/296) and [(issue #276)](https://github.com/nmelhado/league-page/issues/276)
11+
- In playoff matches, the bye weeks had a non-valid manager ID whick broke due to poor error handling [(issue #289)](https://github.com/nmelhado/league-page/issues/289)
12+
- Vercel was weirdly tring to force node 20 despite the fact that Vercel doesn't support node 20 [(issue #294)](https://github.com/nmelhado/league-page/issues/294)
13+
- gotoManagers wasn't working on the Records page because of a bad year value being passed in. Made gotoManagers more error tollerant and also fixed the bug
14+
15+
## [2.3.4] - 2023-09-13
616

717
### Fixed
818

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "league-page",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"homepage": "https://github.com/nmelhado/league-page",
55
"repository": {
66
"type": "git",

src/lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ available for your copy of League Page
55
*/
66

77
// Keep in sync with package.json
8-
export const version = "2.3.4";
8+
export const version = "2.3.5";

0 commit comments

Comments
 (0)