Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
v6.1.22: fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Jul 29, 2019
1 parent d3444f1 commit 7ad65e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ for(const [lat, lon] of [
[ 45.6504, -67.5790], // fix #48
[ 46.4392, -67.7450], // fix #48
[ 45.3238, -116.5487], // fix #51
[-37.3786, 140.8362], // fix #52
]) {
urban_geojson.features.push({
properties: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"scripts": {
"test": "mocha"
},
"version": "6.1.21"
"version": "6.1.22"
}
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ describe("tzlookup", function() {
[[ 45.6504, -67.5789], "America/Moncton"], // #48
[[ 46.4392, -67.7449], "America/Moncton"], // #48
[[ 45.3238, -116.5487], "America/Boise"], // #51
[[-37.3786, 140.8362], "Australia/Adelaide"], // #52

// Check that we resolve conflicting zones adequately.
[[ 43.8250, 87.6000], "Asia/Urumqi"],
Expand Down
2 changes: 1 addition & 1 deletion tz.js

Large diffs are not rendered by default.

0 comments on commit 7ad65e3

Please sign in to comment.