Skip to content

Commit

Permalink
chore(release): 4.47.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.47.9](v4.47.8...v4.47.9) (2021-06-15)

### Bug Fixes

* **deps:** update dependency prometheus_client to v0.11.0 ([bfd8136](bfd8136))
* **deps:** update dependency userflow.js to v2.2.0 ([e3ee5a7](e3ee5a7))
* **deps:** update nginx docker tag to v1.21.0 ([f3c52c9](f3c52c9))
* **Manager:** Remove Intercom integration ([9c4181e](9c4181e))
* **Snapshots:** Do not include "reflow" sub-job ([cefbbdc](cefbbdc))
  • Loading branch information
stencila-ci committed Jun 15, 2021
1 parent f7b40cb commit 2f781af
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.47.9](https://github.com/stencila/hub/compare/v4.47.8...v4.47.9) (2021-06-15)


### Bug Fixes

* **deps:** update dependency prometheus_client to v0.11.0 ([bfd8136](https://github.com/stencila/hub/commit/bfd8136e485c1d548a3ad54c4a1244afac7cd928))
* **deps:** update dependency userflow.js to v2.2.0 ([e3ee5a7](https://github.com/stencila/hub/commit/e3ee5a717a7dd9db59e7df4713fd1e2a61f84935))
* **deps:** update nginx docker tag to v1.21.0 ([f3c52c9](https://github.com/stencila/hub/commit/f3c52c93340ca63e28a8d51bd3b0c755d399d322))
* **Manager:** Remove Intercom integration ([9c4181e](https://github.com/stencila/hub/commit/9c4181e4d3f62121afc232ba4d1b261c50ddce85))
* **Snapshots:** Do not include "reflow" sub-job ([cefbbdc](https://github.com/stencila/hub/commit/cefbbdc0546549c575475482fb920d4c3a20abdf))

## [4.47.8](https://github.com/stencila/hub/compare/v4.47.7...v4.47.8) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion clients/python/.openapi-generator-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
templateDir: python/templates
packageName: 'stencila.hub'
packageUrl: https://pypi.org/project/stencila.hub/
packageVersion: 4.47.8
packageVersion: 4.47.9
infoName: Stencila and contributors
infoEmail: hello@stenci.la
licenseInfo: Apache 2.0
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/hub-client",
"version": "4.47.8",
"version": "4.47.9",
"description": "Client for the Stencila Hub API",
"repository": "https://github.com/stencila/hub",
"author": "Stencila and contributors",
Expand Down
2 changes: 1 addition & 1 deletion manager/manager/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.47.8"
__version__ = "4.47.9"

0 comments on commit 2f781af

Please sign in to comment.