diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a86f0a..029395ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.47.2](https://github.com/stencila/schema/compare/v0.47.1...v0.47.2) (2020-11-19) + + +### Bug Fixes + +* **Language bindings:** Update type bindings ([955fd3b](https://github.com/stencila/schema/commit/955fd3b798ee272360557a77f5c0c3b8a1c61383)) + ## [0.47.1](https://github.com/stencila/schema/compare/v0.47.0...v0.47.1) (2020-11-16) diff --git a/package-lock.json b/package-lock.json index c9a6816f..3c60c7ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/schema", - "version": "0.47.1", + "version": "0.47.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a8487f4..d2305f6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/schema", - "version": "0.47.1", + "version": "0.47.2", "description": "Stencila schema and other specifications", "files": [ "dist"