From 81a572475333af5a4fb30c68680a24f580323c41 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 13 Jul 2023 23:33:00 +0800 Subject: [PATCH] Release 1.5.0 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6ed2496..1b86c36 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +1.5.0 / 2023-07-13 +================== + +**features** + * [[`0cec838`](http://github.com/layotto/js-sdk/commit/0cec83840a490ed098b91de2b5e6b44c9d12324a)] - feat: support defaultRequestMeta on Cryption + OSS client (#23) (fengmk2 <>) + 1.4.1 / 2023-07-12 ================== diff --git a/package.json b/package.json index 5b2c66b..d7d7239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "layotto", - "version": "1.4.1", + "version": "1.5.0", "description": "Layotto Node.js SDK", "main": "dist/index.js", "types": "dist/index.d.ts",