Skip to content

Commit

Permalink
bump to 1.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jan 4, 2023
1 parent 612e0c7 commit 16a1aa3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 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.28.0",

This comment has been minimized.

Copy link
@AaronPGordon

AaronPGordon Jan 9, 2023

I think you named this tagged version incorrectly. Now CVE's are breaking since 1.38.1 does not exist. Any chance you can update this version number to properly match what is expected.

This comment has been minimized.

Copy link
@icambron

icambron Jan 9, 2023

Author Member

@AaronPGordon we fixed the advisory instead

This comment has been minimized.

Copy link
@karlhaworth

karlhaworth Jan 10, 2023

Thank you for addressing this!

This comment has been minimized.

Copy link
@AaronPGordon

AaronPGordon Jan 10, 2023

THANKS SO MUCH

"version": "1.28.1",
"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.28.0";
const VERSION = "1.28.1";

export {
VERSION,
Expand Down

0 comments on commit 16a1aa3

Please sign in to comment.