Skip to content

Commit ca67ed3

Browse files
committed
v3.0.4
1 parent f856628 commit ca67ed3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.9",
3-
"version": "3.0.3"
3+
"version": "3.0.4"
44
}

packages/turf-along/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf-along",
3-
"version": "3.0.1",
3+
"version": "3.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/turf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "a node.js library for performing geospatial operations with geojson",
55
"main": "index.js",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"turf-collect": "^3.0.3",
49-
"turf-along": "^3.0.1",
49+
"turf-along": "^3.0.4",
5050
"turf-area": "^3.0.1",
5151
"turf-bbox-polygon": "^3.0.1",
5252
"turf-bearing": "^3.0.1",

0 commit comments

Comments
 (0)