From c8e283cee119f09505d65a604a2d18d2a3bcc4dc Mon Sep 17 00:00:00 2001 From: Stencila Date: Tue, 29 Sep 2020 05:48:57 +0000 Subject: [PATCH] chore(release): 0.46.3 ## [0.46.3](https://github.com/stencila/schema/compare/v0.46.2...v0.46.3) (2020-09-29) ### Bug Fixes * **R typing:** Allow integer values for numeric properties ([d525b06](https://github.com/stencila/schema/commit/d525b069e0c12ee540e7117a46ab697484116cce)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6baf8b..a8ccaa44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.46.3](https://github.com/stencila/schema/compare/v0.46.2...v0.46.3) (2020-09-29) + + +### Bug Fixes + +* **R typing:** Allow integer values for numeric properties ([d525b06](https://github.com/stencila/schema/commit/d525b069e0c12ee540e7117a46ab697484116cce)) + ## [0.46.2](https://github.com/stencila/schema/compare/v0.46.1...v0.46.2) (2020-09-25) diff --git a/package-lock.json b/package-lock.json index 6d12e33b..f94b0efd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/schema", - "version": "0.46.2", + "version": "0.46.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a179eafa..8d9919ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/schema", - "version": "0.46.2", + "version": "0.46.3", "description": "Stencila schema and other specifications", "files": [ "dist"