Skip to content

Commit 54497db

Browse files
committed
Bump version number
1 parent c03a18a commit 54497db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/parse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ export const parseGPXWithCustomParser = (
281281

282282
const parseExtensions = (
283283
extensions: Extensions,
284-
extensionChildredCollection: NodeListOf<ChildNode>
284+
extensionChildrenCollection: NodeListOf<ChildNode>
285285
) => {
286-
Array.from(extensionChildredCollection)
286+
Array.from(extensionChildrenCollection)
287287
.filter((child: ChildNode) => child.nodeType === 1)
288288
.forEach((child: ChildNode) => {
289289
const tagName = child.nodeName

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@we-gold/gpxjs",
33
"author": "Weaver Goldman <we.goldm@gmail.com>",
44
"description": "GPX.js is a modern library for parsing GPX files and converting them to GeoJSON.",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"type": "module",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)