Skip to content

Commit

Permalink
chore(release): cut 2.30.0 [skip release]
Browse files Browse the repository at this point in the history
# [2.30.0](v2.29.6...v2.30.0) (2022-05-05)

### Bug Fixes

* log error ([27d5417](27d5417))
* use catch over try-catch to handle err ([851a681](851a681))

### Features

* add download-counter ([d90ba4a](d90ba4a))
  • Loading branch information
dhis2-bot committed May 5, 2022
1 parent 44e3c84 commit 7b3fbdb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.30.0](https://github.com/dhis2/app-hub/compare/v2.29.6...v2.30.0) (2022-05-05)


### Bug Fixes

* log error ([27d5417](https://github.com/dhis2/app-hub/commit/27d5417de369e0fb16a806a2c6154def5559fe8e))
* use catch over try-catch to handle err ([851a681](https://github.com/dhis2/app-hub/commit/851a6813284e74c4775b353bcee7ac66b8fcd5f9))


### Features

* add download-counter ([d90ba4a](https://github.com/dhis2/app-hub/commit/d90ba4abe0dbaebe9a250b72a9101a53c2aad29e))

## [2.29.6](https://github.com/dhis2/app-hub/compare/v2.29.5...v2.29.6) (2022-04-08)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "2.29.6",
"version": "2.30.0",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.29.6"
"version": "2.30.0"
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.29.6",
"version": "2.30.0",
"description": "The App Hub Server",
"main": "src/main.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "2.29.6",
"version": "2.30.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit 7b3fbdb

Please sign in to comment.