Skip to content

Commit

Permalink
chore(release): cut 2.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.13.1](v2.13.0...v2.13.1) (2021-03-11)

### Bug Fixes

* **client:** update DHIS versions ([#453](#453)) ([0392f6f](0392f6f))
  • Loading branch information
dhis2-bot committed Mar 11, 2021
1 parent 0392f6f commit bc23e6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.13.1](https://github.com/dhis2/app-hub/compare/v2.13.0...v2.13.1) (2021-03-11)


### Bug Fixes

* **client:** update DHIS versions ([#453](https://github.com/dhis2/app-hub/issues/453)) ([0392f6f](https://github.com/dhis2/app-hub/commit/0392f6f22f03247c2bb3f22c79ea9e90ebb2c029))

# [2.13.0](https://github.com/dhis2/app-hub/compare/v2.12.1...v2.13.0) (2021-03-09)


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.13.0",
"version": "2.13.1",
"description": "The App Hub Client",
"main": "src/index.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.13.0"
"version": "2.13.1"
}
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.13.0",
"version": "2.13.1",
"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.13.0",
"version": "2.13.1",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit bc23e6b

Please sign in to comment.