diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c79d50..6ceb70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.1-3](https://github.com/mcbbs-official/xconvertq/compare/v1.1.1-2...v1.1.1-3) + +- 修正统计总数临时代码 [`347f398`](https://github.com/mcbbs-official/xconvertq/commit/347f3986e760eb66095693af58b529905d808799) + #### [v1.1.1-2](https://github.com/mcbbs-official/xconvertq/compare/v1.1.1-0...v1.1.1-2) +> 8 November 2021 + - 支持nickname [`6f5d637`](https://github.com/mcbbs-official/xconvertq/commit/6f5d63747e211b8a2cf8a4ce63b51fa9b774880c) - add dev dep [`4869347`](https://github.com/mcbbs-official/xconvertq/commit/486934792a7e745c3bd4367cfd60e6d3412a6de4) - 修正跳过匿名贴 [`4aeab58`](https://github.com/mcbbs-official/xconvertq/commit/4aeab580efffeb4ee30ba2f36cba035e9f389280) diff --git a/package-lock.json b/package-lock.json index cbfeb5d..113e6c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xconvertq.js", - "version": "1.1.1-2", + "version": "1.1.1-3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xconvertq.js", - "version": "1.1.1-2", + "version": "1.1.1-3", "license": "ISC", "dependencies": { "@bangbang93/utils": "^2.0.0", diff --git a/package.json b/package.json index 4e03175..6e0121a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xconvertq.js", - "version": "1.1.1-2", + "version": "1.1.1-3", "description": "", "bin": "dist/main.js", "scripts": {