Skip to content

Commit 3e414c6

Browse files
committed
1.1.1
1 parent df0f550 commit 3e414c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## [1.1.1] - 2017-06-27
4+
### Fixed
5+
- Fix UTM zone number longitude boundaries (fixes [Turbo87/utm#19])
6+
37
## [1.1.0] - 2016-11-07
48
### Added
59
- An option to disable range checking of easting and northing
@@ -15,8 +19,10 @@
1519
### Added
1620
- Initial release
1721

22+
[1.1.1]: https://github.com/TimothyGu/utm/compare/v1.1.0...v1.1.1
1823
[1.1.0]: https://github.com/TimothyGu/utm/compare/v1.0.1...v1.1.0
1924
[1.0.1]: https://github.com/TimothyGu/utm/compare/v1.0.0...v1.0.1
25+
[Turbo87/utm#19]: https://github.com/Turbo87/utm/issues/19
2026
[#3]: https://github.com/TimothyGu/utm/issues/3
2127
[#1]: https://github.com/TimothyGu/utm/issues/1
2228
[@danielsiwiec]: https://github.com/danielsiwiec

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utm",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Bidirectional UTM-WGS84 converter",
55
"main": "index.js",
66
"module": "index.es.js",

0 commit comments

Comments
 (0)