Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.5...v3.0.0) (2021-12-13)

### Bug Fixes

* add early exit from quebec when it harvests html ([c6aec56](c6aec56))
* change unhealthy jobs json case ([5f83fab](5f83fab))
* do not warn about 0 saved when error occured ([c8b91b4](c8b91b4))
* env names ([fe9f5db](fe9f5db))
* fix start function ([fac0681](fac0681))
* handle listen and serve error ([7e079d0](7e079d0))
* log current version before migration ([09230de](09230de))
* read flags from env ([2092cf7](2092cf7))
* read only password from env ([2eff307](2eff307))
* removed envs that were never working ([72b9fa2](72b9fa2))
* root command arguments ([fb7881a](fb7881a))
* silence fx logger ([63a9cd4](63a9cd4))
* typo ([0a33d41](0a33d41))

### Features

* add health notifier ([6be1825](6be1825))
* change jobs list response format ([9dc475b](9dc475b))
* do not start health notifier when webhook url is not set ([e791b65](e791b65))
* log db connection ([39f1067](39f1067))
* parametrize job health threshold ([0c5d6b4](0c5d6b4))
* parametrize notifier cron ([0a2a681](0a2a681))
* use fx framework ([06ea6a5](06ea6a5))

### BREAKING CHANGES

* change jobs list response format
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 15eef7d commit f7dc0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitewater-guide/gorge",
"version": "3.0.0-beta.5",
"version": "3.0.0",
"description": "Hydrological data harvester",
"main": "",
"types": "index",
Expand All @@ -13,4 +13,4 @@
"repository": "https://github.com/whitewater-guide/gorge.git",
"author": "ww-github <[email protected]>",
"license": "MIT"
}
}

0 comments on commit f7dc0ab

Please sign in to comment.