Skip to content

Commit

Permalink
bump to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jul 3, 2021
1 parent a0f42a2 commit 9dcec8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "1.27.0",
"version": "1.28.0",
"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 LocalZone from "./zones/localZone.js";
import Settings from "./settings.js";

const VERSION = "1.27.0";
const VERSION = "1.28.0";

export {
VERSION,
Expand Down

0 comments on commit 9dcec8c

Please sign in to comment.