From b0cb5fb2df04e8373aa56ceb2f720f79378e7036 Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Tue, 9 Nov 2021 15:05:52 +0800 Subject: [PATCH] Release 1.1.3-0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88b271..4ec5323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ 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-0](https://github.com/mcbbs-official/xconvertq/compare/v1.1.2...v1.1.3-0) + +- 忘了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) +> 9 November 2021 + - Create main.yml [`517c0f4`](https://github.com/mcbbs-official/xconvertq/commit/517c0f4718c4bc5d1cc09ca91154724a6a8c3ab5) - 转换出错时留下原帖 [`365dfcd`](https://github.com/mcbbs-official/xconvertq/commit/365dfcd363d6ff793a357552b15ba8fc71d5af4f) -- 修正用户跳过 [`ebaf0df`](https://github.com/mcbbs-official/xconvertq/commit/ebaf0df56080f645fb7498a3ff51acefdf156a4c) +- Release 1.1.2 [`f83e20b`](https://github.com/mcbbs-official/xconvertq/commit/f83e20b1cb5eb5d94b0d64140a00ccec935ba22e) #### [v1.1.1](https://github.com/mcbbs-official/xconvertq/compare/v1.1.1-3...v1.1.1) diff --git a/package-lock.json b/package-lock.json index 15139ae..67ce88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xconvertq.js", - "version": "1.1.2", + "version": "1.1.3-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xconvertq.js", - "version": "1.1.2", + "version": "1.1.3-0", "license": "ISC", "dependencies": { "@bangbang93/utils": "^2.0.0", diff --git a/package.json b/package.json index 0acd635..109d479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xconvertq.js", - "version": "1.1.2", + "version": "1.1.3-0", "description": "", "bin": "dist/main.js", "scripts": {