Skip to content

Commit fb6383d

Browse files
committed
bump to 3.5.0
1 parent cea7b5f commit fb6383d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# 3.5.0 (2024-08-03)
4+
5+
- Various performance improvements
6+
- throwOnInvalid causes the constructor to throw if the year is invalid
7+
38
# 3.4.4 (2023-11-12)
49

510
- Localized week support (#1454)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luxon",
3-
"version": "3.4.4",
3+
"version": "3.5.0",
44
"description": "Immutable date wrapper",
55
"author": "Isaac Cambron",
66
"keywords": [

src/luxon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
99
import SystemZone from "./zones/systemZone.js";
1010
import Settings from "./settings.js";
1111

12-
const VERSION = "3.4.4";
12+
const VERSION = "3.5.0";
1313

1414
export {
1515
VERSION,

0 commit comments

Comments
 (0)