Skip to content

Commit

Permalink
chore(release): 0.93.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.93.3](v0.93.2...v0.93.3) (2020-04-01)

### Bug Fixes

* **HTML:** Encode programmingLanguage property for CodeChunks ([77e1d4b](77e1d4b)), closes [#505](#505)
* **HTML:** Honour isBundle option for media files ([02ea16a](02ea16a))
* **PDF:** Do not show code chunk code ([3ba216d](3ba216d))
* **PNG:** Do not disable Javascript ([33152de](33152de))
  • Loading branch information
stencila-ci committed Apr 1, 2020
1 parent 02ea16a commit 12d6028
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.93.3](https://github.com/stencila/encoda/compare/v0.93.2...v0.93.3) (2020-04-01)


### Bug Fixes

* **HTML:** Encode programmingLanguage property for CodeChunks ([77e1d4b](https://github.com/stencila/encoda/commit/77e1d4b5e9f6d57c8ae5e36f372dadb1796d75bc)), closes [#505](https://github.com/stencila/encoda/issues/505)
* **HTML:** Honour isBundle option for media files ([02ea16a](https://github.com/stencila/encoda/commit/02ea16ac61173b4c8a634c5531b8772bb3423ba5))
* **PDF:** Do not show code chunk code ([3ba216d](https://github.com/stencila/encoda/commit/3ba216db9990f7d78beacdc6883cdcbb795d6191))
* **PNG:** Do not disable Javascript ([33152de](https://github.com/stencila/encoda/commit/33152de890eacd2b9de44ec2c6618842954c5a60))

## [0.93.2](https://github.com/stencila/encoda/compare/v0.93.1...v0.93.2) (2020-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/encoda",
"version": "0.93.2",
"version": "0.93.3",
"description": "Codecs for executable document formats",
"files": [
"install.js",
Expand Down

0 comments on commit 12d6028

Please sign in to comment.