Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.121.6...v1.0.0) (2023-05-29)

### Bug Fixes

* **Reshape citations:** Turn off grouping of `Cite`s into `CiteGroup` nodes ([95cdde4](95cdde4))

### BREAKING CHANGES

* **Reshape citations:** Will break display of citations for renderers that expect citations to be
without punctuation (and which add that using CSS).
  • Loading branch information
stencila-ci committed May 29, 2023
1 parent 95cdde4 commit e11142e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.0.0](https://github.com/stencila/encoda/compare/v0.121.6...v1.0.0) (2023-05-29)


### Bug Fixes

* **Reshape citations:** Turn off grouping of `Cite`s into `CiteGroup` nodes ([95cdde4](https://github.com/stencila/encoda/commit/95cdde4e45de5fbbea28ff883da30e0a18cd4b52))


### BREAKING CHANGES

* **Reshape citations:** Will break display of citations for renderers that expect citations to be
without punctuation (and which add that using CSS).

## [0.121.6](https://github.com/stencila/encoda/compare/v0.121.5...v0.121.6) (2023-05-26)


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

0 comments on commit e11142e

Please sign in to comment.