From ca223ea7f50b4ea7f589404d7b1fb96bf1cad41b Mon Sep 17 00:00:00 2001 From: Erchoc Date: Tue, 22 Jun 2021 19:18:13 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4ee02..c44f42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/tuya/tuya-connector-nodejs/compare/v1.0.0...v1.0.2) (2021-06-22) + + +### Features + +* **yaml:** fix github action yaml ([f399d0c](https://github.com/tuya/tuya-connector-nodejs/commit/f399d0c20401d888af96ef9ce5b53dbb92ae0485)) + ## [1.1.0](https://github.com/tuya/tuya-connector-nodejs/compare/v1.0.0...v1.1.0) (2021-06-22) diff --git a/package.json b/package.json index 1711827..113dac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuya/tuya-connector-nodejs", - "version": "1.0.1", + "version": "1.0.2", "description": "tuya openapi nodejs sdk", "main": "lib/index.js", "license": "MIT",