Skip to content

Commit 35a50c2

Browse files
committed
bump to 3.4.3
1 parent e3c4004 commit 35a50c2

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 3.4.3 (2023-09-05)
4+
5+
- Fixes another regression from 3.4.0 (#1496)
6+
37
# 3.4.2 (2023-08-26)
48

59
- Fixes regression from 3.4.1 (#1493)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luxon",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Immutable date wrapper",
55
"author": "Isaac Cambron",
66
"keywords": [

src/luxon.js

Lines changed: 1 addition & 1 deletion
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.2";
12+
const VERSION = "3.4.3";
1313

1414
export {
1515
VERSION,

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"type": "module",
3-
"version": "3.4.2"
3+
"version": "3.4.3"
44
}

0 commit comments

Comments
 (0)