Skip to content

Commit

Permalink
chore(release): v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 19, 2021
1 parent 563998e commit f0ae12d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.41.0](https://github.com/rodekruis/IBF-system/compare/v0.40.2...v0.41.0) (2021-03-19)


### Bug Fixes

* load all users on staging AB[#6636](https://github.com/rodekruis/IBF-system/issues/6636) ([d2ddeef](https://github.com/rodekruis/IBF-system/commit/d2ddeef964221a4d5f60cd511d40e6d7add9c44c))


### Features

* endpoint to get admin boundaries (for pipeline, unused yet) AB[#6626](https://github.com/rodekruis/IBF-system/issues/6626) ([21f76ef](https://github.com/rodekruis/IBF-system/commit/21f76ef91020017d234deaac90e50e4abfd1fb22))
* make pipeline read geojson from db instead of file AB[#6626](https://github.com/rodekruis/IBF-system/issues/6626) ([ece8d81](https://github.com/rodekruis/IBF-system/commit/ece8d8171e6febfdf54f6980a9999fa645bbf85e))
* update egypt geojson AB[#6627](https://github.com/rodekruis/IBF-system/issues/6627) ([8a8ab77](https://github.com/rodekruis/IBF-system/commit/8a8ab776dcbe261c803c1327bcfde6544c2e2c62))
* visualize disputed boundaries AB[#6629](https://github.com/rodekruis/IBF-system/issues/6629) ([a57520b](https://github.com/rodekruis/IBF-system/commit/a57520bff7008169048ecbab1d3c1bd732bc70db))



## [0.40.2](https://github.com/rodekruis/IBF-system/compare/v0.40.1...v0.40.2) (2021-03-19)


Expand Down Expand Up @@ -90,12 +107,3 @@



## [0.37.1](https://github.com/rodekruis/IBF-system/compare/v0.37.0...v0.37.1) (2021-03-15)


### Bug Fixes

* fix seed comma error AB[#6543](https://github.com/rodekruis/IBF-system/issues/6543) ([0287140](https://github.com/rodekruis/IBF-system/commit/0287140092a87930c7b8fc0fb294046a53816e44))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IBF-system",
"version": "0.40.2",
"version": "0.41.0",
"private": true,
"scripts": {
"demo": "npx npm-run-all --print-label --parallel start open",
Expand Down

0 comments on commit f0ae12d

Please sign in to comment.