Skip to content

Commit 9dcec8c

Browse files
committed
bump to 1.28.0
1 parent a0f42a2 commit 9dcec8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luxon",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "Immutable date wrapper",
55
"author": "Isaac Cambron",
66
"keywords": [

src/luxon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
99
import LocalZone from "./zones/localZone.js";
1010
import Settings from "./settings.js";
1111

12-
const VERSION = "1.27.0";
12+
const VERSION = "1.28.0";
1313

1414
export {
1515
VERSION,

0 commit comments

Comments
 (0)