From e11142e3bdbccdcab7630f0482fc9528088a7e78 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Mon, 29 May 2023 07:30:26 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [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). --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74240fc23..daa5f2fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f03d69564..b0b3574fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "0.121.6", + "version": "1.0.0", "description": "Codecs for executable document formats", "files": [ "install.js",