File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ 1.1.1] - 2017-06-27
4
+ ### Fixed
5
+ - Fix UTM zone number longitude boundaries (fixes [ Turbo87/utm #19 ] )
6
+
3
7
## [ 1.1.0] - 2016-11-07
4
8
### Added
5
9
- An option to disable range checking of easting and northing
15
19
### Added
16
20
- Initial release
17
21
22
+ [ 1.1.1 ] : https://github.com/TimothyGu/utm/compare/v1.1.0...v1.1.1
18
23
[ 1.1.0 ] : https://github.com/TimothyGu/utm/compare/v1.0.1...v1.1.0
19
24
[ 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
20
26
[ #3 ] : https://github.com/TimothyGu/utm/issues/3
21
27
[ #1 ] : https://github.com/TimothyGu/utm/issues/1
22
28
[ @danielsiwiec ] : https://github.com/danielsiwiec
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " utm" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Bidirectional UTM-WGS84 converter" ,
5
5
"main" : " index.js" ,
6
6
"module" : " index.es.js" ,
You can’t perform that action at this time.
0 commit comments