From d395dde55b4d05fa11145b0a90a31fc466798c9b Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 30 May 2023 15:41:17 -0400 Subject: [PATCH] chore(release): 5.6.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b0d8b..1d34ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.6.2](https://github.com/placemark/togeojson/compare/v5.6.1...v5.6.2) (2023-05-30) + + +### Bug Fixes + +* Zero elevation data in GPX should still be included ([6457106](https://github.com/placemark/togeojson/commit/6457106b98f174d7b3d1299748168351ae649696)) + ### [5.6.1](https://github.com/placemark/togeojson/compare/v5.6.0...v5.6.1) (2023-05-05) diff --git a/package.json b/package.json index bb2b09b..de2f988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tmcw/togeojson", - "version": "5.6.1", + "version": "5.6.2", "description": "convert KML and GPX to GeoJSON", "source": "lib/index.ts", "umd:main": "dist/togeojson.umd.js",