From 3e7076b56eb97471084fccf8dd7db5d57c930007 Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Mon, 8 Nov 2021 18:02:59 +0800 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1cc2..0bc9d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.0.1](https://github.com/mcbbs-official/xconvertq/compare/1.0.0...1.0.1) + +- add changelog [`de0a839`](https://github.com/mcbbs-official/xconvertq/commit/de0a839d585718b65311f9e84a954fa001a81b6d) +- 修正导入 [`c690780`](https://github.com/mcbbs-official/xconvertq/commit/c6907803396032696b1bc6e4182ffb5f4488ffd1) + #### 1.0.0 + +> 8 November 2021 + +- [WIP] init [`ff4dfb9`](https://github.com/mcbbs-official/xconvertq/commit/ff4dfb99dc77fcd2c2f88ac293d819ccd4dc47c7) +- 修正多线程支持 [`5d4a7dc`](https://github.com/mcbbs-official/xconvertq/commit/5d4a7dc2f73e0ba0131e08e861144c571331ba09) +- 修正异步等待 [`2b93d68`](https://github.com/mcbbs-official/xconvertq/commit/2b93d685de6026169c1c0dfb7015a160bfe9ba91) diff --git a/package-lock.json b/package-lock.json index b2488f0..af2b634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xconvertq.js", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xconvertq.js", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@bangbang93/utils": "^2.0.0", diff --git a/package.json b/package.json index b046f7c..044efb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xconvertq.js", - "version": "1.0.0", + "version": "1.0.1", "description": "", "bin": "dist/main.js", "scripts": {