Skip to content

Commit 8eff275

Browse files
committed
bump to 3.4.2
1 parent e3d8031 commit 8eff275

File tree

5 files changed

+39
-35
lines changed

5 files changed

+39
-35
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.2 (2023-08-26)
4+
5+
- Fixes regression from 3.4.1 (#1493)
6+
37
# 3.4.1 (2023-08-23)
48

59
- Fixes for regressions from 3.4.0 (#1482 and #1488)

package-lock.json

Lines changed: 32 additions & 32 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.1",
3+
"version": "3.4.2",
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.1";
12+
const VERSION = "3.4.2";
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.1"
3+
"version": "3.4.2"
44
}

0 commit comments

Comments
 (0)