This is an automated email from the ASF dual-hosted git repository. iemejia pushed a commit to branch branch-1.10 in repository https://gitbox.apache.org/repos/asf/avro.git
commit e115bc2d1af5afb83d7ee38b79af479259c32a20 Author: Ismaël Mejía <[email protected]> AuthorDate: Mon Jun 29 17:28:51 2020 +0200 Fix missing 1.10.0 update on js package description --- lang/js/package-lock.json | 2 +- lang/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json index 8cfdaab..6c54135 100644 --- a/lang/js/package-lock.json +++ b/lang/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "avro-js", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/lang/js/package.json b/lang/js/package.json index e55308f..d570180 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -1,6 +1,6 @@ { "name": "avro-js", - "version": "1.9.0", + "version": "1.10.0", "author": "Avro Developers <[email protected]>", "description": "JavaScript Avro implementation", "contributors": [
