From 4a8c236fdc40891bee493ae45c246954ef85b015 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Apr 2023 00:46:33 +0000 Subject: [PATCH] chore(release): 1.0.12 [skip ci] ## [1.0.12](https://github.com/itchatapp/itchat.js/compare/v1.0.11...v1.0.12) (2023-04-16) ### Bug Fixes * remove unused deno flags ([2e5dfb7](https://github.com/itchatapp/itchat.js/commit/2e5dfb75e05c41f7677e94bf86efa54bad11c304)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7d9b9..b8b93ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.12](https://github.com/itchatapp/itchat.js/compare/v1.0.11...v1.0.12) (2023-04-16) + + +### Bug Fixes + +* remove unused deno flags ([2e5dfb7](https://github.com/itchatapp/itchat.js/commit/2e5dfb75e05c41f7677e94bf86efa54bad11c304)) + ## [1.0.11](https://github.com/itchatapp/itchat.js/compare/v1.0.10...v1.0.11) (2023-04-16) diff --git a/package.json b/package.json index bc0e376..0634544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@itchatapp/client", - "version": "1.0.11", + "version": "1.0.12", "description": "A JS/TS library to interacting with ItChat API", "main": "dist/index.js", "scripts": {