We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab3bf6 commit b1fee58Copy full SHA for b1fee58
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "luxon",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Immutable date wrapper",
5
"author": "Isaac Cambron",
6
"keywords": [
src/luxon.js
@@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
9
import SystemZone from "./zones/systemZone.js";
10
import Settings from "./settings.js";
11
12
-const VERSION = "3.2.0";
+const VERSION = "3.2.1";
13
14
export {
15
VERSION,
0 commit comments