Skip to content

Commit

Permalink
bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Dec 29, 2022
1 parent f9917c4 commit c8f7191
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.2.0 (2022-12-29)

* Allow timeZone to be specified as an intl option
* Fix for diff's handling of end-of-month when crossing leap years (#1340)
* Add Interval.toLocaleString() (#1320)

# 3.1.1 (2022-11-28)

* Add Settings.twoDigitCutoffYear
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "3.2.0",
"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.1.1";
const VERSION = "3.2.0";

export {
VERSION,
Expand Down

0 comments on commit c8f7191

Please sign in to comment.