Skip to content

Commit

Permalink
bump to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Aug 26, 2023
1 parent e3d8031 commit 8eff275
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

# 3.4.2 (2023-08-26)

- Fixes regression from 3.4.1 (#1493)

# 3.4.1 (2023-08-23)

- Fixes for regressions from 3.4.0 (#1482 and #1488)
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "3.4.1",
"version": "3.4.2",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/luxon.js
Expand Up @@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
import SystemZone from "./zones/systemZone.js";
import Settings from "./settings.js";

const VERSION = "3.4.1";
const VERSION = "3.4.2";

export {
VERSION,
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,4 +1,4 @@
{
"type": "module",
"version": "3.4.1"
"version": "3.4.2"
}

0 comments on commit 8eff275

Please sign in to comment.