chore(release): 1.0.1

## [1.0.1](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.0.0...v1.0.1) (2022-04-12)

### Bug Fixes

* bad parser for MultiPolygons ([10e1f21](10e1f21a74))
This commit is contained in:
semantic-release-bot
2022-04-12 19:08:39 +00:00
parent 10e1f21a74
commit 7f19df0271
3 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
1.0.0
1.0.1

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.0.1](https://gitlab.com/oceanbox/Oceanbox.GeoJson/compare/v1.0.0...v1.0.1) (2022-04-12)
### Bug Fixes
* bad parser for MultiPolygons ([10e1f21](https://gitlab.com/oceanbox/Oceanbox.GeoJson/commit/10e1f21a746561841e68fc1a8a1024c77a782c27))
# 1.0.0 (2022-04-11)

View File

@@ -8,7 +8,7 @@
<PackageId>Oceanbox.GeoJson</PackageId>
<Authors/>
<Company/>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="GeoJson.fs"/>