diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec5323..9e5437d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [v1.1.3](https://github.com/mcbbs-official/xconvertq/compare/v1.1.3-0...v1.1.3) + +- markdown mode下thread.type=99 [`d5ac329`](https://github.com/mcbbs-official/xconvertq/commit/d5ac329ea2ea89580112d039a3b4fe57c48fb26c) +- post按照pid asc,避免插入速度降低 [`2a8684a`](https://github.com/mcbbs-official/xconvertq/commit/2a8684acb5127e4f845caad645b544a467748a81) + #### [v1.1.3-0](https://github.com/mcbbs-official/xconvertq/compare/v1.1.2...v1.1.3-0) +> 9 November 2021 + +- Release 1.1.3-0 [`b0cb5fb`](https://github.com/mcbbs-official/xconvertq/commit/b0cb5fb2df04e8373aa56ceb2f720f79378e7036) - 忘了checkout [`9ecbb4d`](https://github.com/mcbbs-official/xconvertq/commit/9ecbb4dc1a2107b86d852fbdf16e72fe12ef645d) #### [v1.1.2](https://github.com/mcbbs-official/xconvertq/compare/v1.1.1...v1.1.2) diff --git a/package-lock.json b/package-lock.json index 67ce88c..e630489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xconvertq.js", - "version": "1.1.3-0", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xconvertq.js", - "version": "1.1.3-0", + "version": "1.1.3", "license": "ISC", "dependencies": { "@bangbang93/utils": "^2.0.0", diff --git a/package.json b/package.json index 109d479..1d5723b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xconvertq.js", - "version": "1.1.3-0", + "version": "1.1.3", "description": "", "bin": "dist/main.js", "scripts": {