Skip to content

Commit

Permalink
bump to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Nov 12, 2023
1 parent cd1730f commit 825b77a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.4.4 (2023-11-12)

- Localized week support (#1454)
- Added custom inspect for Node (#1526)
- Fix sorting in `Interval.splitAt` (#1524)

# 3.4.3 (2023-09-05)

- Fixes another regression from 3.4.0 (#1496)
Expand Down Expand Up @@ -352,4 +358,4 @@ See [Upgrading section](https://moment.github.io/luxon/#/upgrading?id=_1x-to-20)
## 1.6.0

- **midly breaking** Rework negative durations
- Fix handling
- Fix handling
12 changes: 6 additions & 6 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "3.4.3",
"version": "3.4.4",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/luxon.js
Original file line number Diff line number Diff line change
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.3";
const VERSION = "3.4.4";

export {
VERSION,
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"type": "module",
"version": "3.4.3"
"version": "3.4.4"
}

0 comments on commit 825b77a

Please sign in to comment.