Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
release: 0.13.0 (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage authored Jul 28, 2022
1 parent 92ddd4f commit a8e7881
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.13.0"></a>
# [0.13.0](https://github.com/linz/topo-processor/compare/v0.12.0...v0.13.0) (2022-07-28)


### Bug Fixes

* convert multipolygon to polygon ([#1188](https://github.com/linz/topo-processor/issues/1188)) ([92ddd4f](https://github.com/linz/topo-processor/commit/92ddd4f))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/linz/topo-processor/compare/v0.11.0...v0.12.0) (2022-07-27)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0
v0.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"aws-cdk": "2.25.0",
"conventional-github-releaser": "^3.1.5"
},
"version": "0.12.0",
"version": "0.13.0",
"scripts": {
"build": "tsc",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "topo-processor"
version = "0.12.0"
version = "0.13.0"
description = ""
authors = ["Blayne Chard <bchard@linz.govt.nz>", "Paul Fouquet <pfouquet@linz.govt.nz>", "Megan Davidson <mdavidson@linz.govt.nz>"]

Expand Down

0 comments on commit a8e7881

Please sign in to comment.