Skip to content

Commit

Permalink
bump to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed May 8, 2021
1 parent 6ae0524 commit 043f2b9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

# 1.27.0 (2021-05-08)

* Fix GMT zone parsing for older versions of Node
* Support multiple units in `toRelative`
* Various documentation updates

## 1.26.0 (2021-02-13)

* Add fromISOTime, toISOTime and toMillis to Duration (#803)
Expand All @@ -11,7 +17,7 @@
## 1.25.0 (2020-08-23)

* fix fromFormat with Intl formats containing non-breaking spaces
* Support higher precisision in ISO milliseconds
* Support higher precision in ISO milliseconds
* Some fixes for 00:30 timezones
* Fix some throwOnInvalid for invalid Intervals
* Various doc fixes
Expand Down
16 changes: 8 additions & 8 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.26.0",
"version": "1.27.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.26.0";
const VERSION = "1.27.0";

export {
VERSION,
Expand Down

0 comments on commit 043f2b9

Please sign in to comment.