From cf8d50c0da2428919e6c4d4b462c8c39d992cf4b Mon Sep 17 00:00:00 2001 From: Michael FIG Date: Mon, 2 Dec 2019 14:46:33 -0600 Subject: [PATCH] chore(package): bump version --- packages/eventual-send/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/eventual-send/package.json b/packages/eventual-send/package.json index f50acb146e7..965d3b2c85b 100644 --- a/packages/eventual-send/package.json +++ b/packages/eventual-send/package.json @@ -1,6 +1,6 @@ { "name": "@agoric/eventual-send", - "version": "0.4.5", + "version": "0.5.0", "description": "Extend a Promise class to implement the eventual-send API", "main": "dist/eventual-send.cjs.js", "module": "dist/eventual-send.esm.js", diff --git a/yarn.lock b/yarn.lock index 6d06f15b5d2..a791ff97fa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,6 +7,11 @@ resolved "https://registry.yarnpkg.com/@agoric/babel-parser/-/babel-parser-7.6.4.tgz#8dd5d36554cc758c29042713b5aa57dc58ee5273" integrity sha512-3FQC3eP2hekhz1zn+2LcSL7tAG2dGgSqbmCeRfIFqhVS8bbE1hR7EvrC6jYlvqdU6yzlly43VykyRy9MHBvUAw== +"@agoric/eventual-send@^0.4.0", "@agoric/eventual-send@^0.4.4", "@agoric/eventual-send@^0.4.5": + version "0.4.5" + resolved "https://registry.yarnpkg.com/@agoric/eventual-send/-/eventual-send-0.4.5.tgz#73d4238b856eef6086b45e3bcf219aeb9e516056" + integrity sha512-d4jngAU8LWmntZ3PXcFoOygC/tqHOl+JlA318LXuxK1/3/oU5UfNoYboa0Bm8xms8KEtcKFtPpcD5EgGzXO1NQ== + "@agoric/harden@0.0.4", "@agoric/harden@^0.0.4": version "0.0.4" resolved "https://registry.yarnpkg.com/@agoric/harden/-/harden-0.0.4.tgz#b0d0b2fdfc1a8c7e60454374824442f5b37ea8bd"