Skip to content

Commit

Permalink
chore(release): 0.104.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.104.2](v0.104.1...v0.104.2) (2020-12-13)

### Bug Fixes

* **dataURIs:** Log warning, not error if file not found. ([c6f3dcb](c6f3dcb))
* **Deps:** Update deps ([4f2a7e0](4f2a7e0))
* **GDoc:** DO not write media to sibling folder. ([39813e0](39813e0))
* **RPNG:** Add selectors for math node types ([217cbf2](217cbf2))
  • Loading branch information
stencila-ci committed Dec 13, 2020
1 parent 4f2a7e0 commit 3bdd529
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.104.2](https://github.com/stencila/encoda/compare/v0.104.1...v0.104.2) (2020-12-13)


### Bug Fixes

* **dataURIs:** Log warning, not error if file not found. ([c6f3dcb](https://github.com/stencila/encoda/commit/c6f3dcb2bbcc925c67f41b6d0713a53ee5101255))
* **Deps:** Update deps ([4f2a7e0](https://github.com/stencila/encoda/commit/4f2a7e0dc58397c536dcf38b03735ace34fc0c1d))
* **GDoc:** DO not write media to sibling folder. ([39813e0](https://github.com/stencila/encoda/commit/39813e0e660743964dee17cd19fff55069113c7a))
* **RPNG:** Add selectors for math node types ([217cbf2](https://github.com/stencila/encoda/commit/217cbf264573ec04d64e0e4fe34d5022325e5730))

## [0.104.1](https://github.com/stencila/encoda/compare/v0.104.0...v0.104.1) (2020-12-09)


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.104.1",
"version": "0.104.2",
"description": "Codecs for executable document formats",
"files": [
"install.js",
Expand Down

0 comments on commit 3bdd529

Please sign in to comment.