Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.47.2...v1.0.0) (2021-01-23)

### Bug Fixes

* **Helpers:** Account for change in directory ([4b0e079](4b0e079))
* **JSON Schemas:** Fix the base URL for "types schemas" ([10e9b35](10e9b35)), closes [#238](#238)
* **Package:** Export JsonSchema type ([e328278](e328278)), closes [#240](#240)
* **R:** Update NAMESPACE file ([aec2b25](aec2b25))

### Code Refactoring

* **Parser keyword:** Rename `codec` keyword to `parser` ([de26e9f](de26e9f)), closes [#241](#241)

### BREAKING CHANGES

* **Parser keyword:** Renaming of `codec` keyword to `parser` will break existing validation / coercion.
  • Loading branch information
stencila-ci committed Jan 23, 2021
1 parent 601a864 commit 88a4bc7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/stencila/schema/compare/v0.47.2...v1.0.0) (2021-01-23)


### Bug Fixes

* **Helpers:** Account for change in directory ([4b0e079](https://github.com/stencila/schema/commit/4b0e0797e7291de5bc6b6b07dff8de90a1497bfc))
* **JSON Schemas:** Fix the base URL for "types schemas" ([10e9b35](https://github.com/stencila/schema/commit/10e9b3500f58cc5456bea2b274ddee18d1daf811)), closes [#238](https://github.com/stencila/schema/issues/238)
* **Package:** Export JsonSchema type ([e328278](https://github.com/stencila/schema/commit/e32827832757c7a8b92d09ffcf728bc85d8054e3)), closes [#240](https://github.com/stencila/schema/issues/240)
* **R:** Update NAMESPACE file ([aec2b25](https://github.com/stencila/schema/commit/aec2b254c236e5355a8aebda2bec948b4858e384))


### Code Refactoring

* **Parser keyword:** Rename `codec` keyword to `parser` ([de26e9f](https://github.com/stencila/schema/commit/de26e9f52dc380155e42211c80c029f1369704d2)), closes [#241](https://github.com/stencila/schema/issues/241)


### BREAKING CHANGES

* **Parser keyword:** Renaming of `codec` keyword to `parser` will break existing validation / coercion.

## [0.47.2](https://github.com/stencila/schema/compare/v0.47.1...v0.47.2) (2020-11-19)


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/schema",
"version": "0.47.2",
"version": "1.0.0",
"description": "Stencila schema and other specifications",
"files": [
"dist"
Expand Down

0 comments on commit 88a4bc7

Please sign in to comment.