Skip to content

Commit

Permalink
chore(release): 4.27.11 [skip ci]
Browse files Browse the repository at this point in the history
## [4.27.11](v4.27.10...v4.27.11) (2021-01-15)

### Bug Fixes

* **deps:** update dependency @stencila/encoda to v0.104.5 ([ccd82c4](ccd82c4))
* **deps:** update dependency pygments to v2.7.4 ([766f3b8](766f3b8))
* **Invites:** Extract fields from query ([49fcefd](49fcefd)), closes [#937](#937)
  • Loading branch information
stencila-ci committed Jan 15, 2021
1 parent f24d7cd commit 45248e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.27.11](https://github.com/stencila/hub/compare/v4.27.10...v4.27.11) (2021-01-15)


### Bug Fixes

* **deps:** update dependency @stencila/encoda to v0.104.5 ([ccd82c4](https://github.com/stencila/hub/commit/ccd82c401b67f169d5ed5d9b3c15a626a4ce00b7))
* **deps:** update dependency pygments to v2.7.4 ([766f3b8](https://github.com/stencila/hub/commit/766f3b88d25a19340da57a013445678490796ec7))
* **Invites:** Extract fields from query ([49fcefd](https://github.com/stencila/hub/commit/49fcefd8688214517bf162712fa3edd10390f5cb)), closes [#937](https://github.com/stencila/hub/issues/937)

## [4.27.10](https://github.com/stencila/hub/compare/v4.27.9...v4.27.10) (2021-01-12)


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.27.10
packageVersion: 4.27.11
infoName: Stencila and contributors
infoEmail: [email protected]
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.27.10",
"version": "4.27.11",
"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.27.10"
__version__ = "4.27.11"

0 comments on commit 45248e6

Please sign in to comment.