Skip to content

Commit 32b170a

Browse files
committed
v2.13.2
1 parent f9da3fd commit 32b170a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,28 @@
9696
* remove node 0.8 supports
9797
* fix open street map street name
9898

99-
# 2.11.1
99+
## 2.11.1
100100

101101
* Fix open street map state
102102

103103
# 2.12.0
104104

105105
* reverse geocoder command
106106

107-
# 2.12.1
107+
## 2.12.1
108108

109109
* fix factory type
110110

111-
# 2.13.0
111+
## 2.13.0
112112

113113
* add batchGeocode
114114

115-
# 2.13.1
115+
## 2.13.1
116116

117117
* fix agol geocoder
118118

119+
## 2.13.2
120+
121+
* fix agol geocoder
122+
123+

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-geocoder",
3-
"version": "2.13.1",
3+
"version": "2.13.2",
44
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise",
55
"main": "lib/geocoderfactory.js",
66
"scripts": {
@@ -17,6 +17,7 @@
1717
},
1818
"keywords": [
1919
"geocoder",
20+
"geocoding",
2021
"geo",
2122
"google",
2223
"maps",

0 commit comments

Comments
 (0)