diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..864fc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [1.1.0](https://github.com/shfshanyue/wechat-chatgpt/compare/1.0.1...1.1.0) + +- chore: update midjourney-api version [`28707d7`](https://github.com/shfshanyue/wechat-chatgpt/commit/28707d75fc66a046a7d97878fd9a236d7dfcbe3c) +- chore: split imageine handler [`6869cfc`](https://github.com/shfshanyue/wechat-chatgpt/commit/6869cfc3b0bd9b505108959edf18f1a89057294c) +- chore: changelog [`6a80c90`](https://github.com/shfshanyue/wechat-chatgpt/commit/6a80c9013dc9a6ad56a5395c0a37b62d05813527) + +#### 1.0.1 + +> 22 May 2023 + +- add winston [`#3`](https://github.com/shfshanyue/wechat-chatgpt/pull/3) +- chore: fetch -> wretch [`#1`](https://github.com/shfshanyue/wechat-chatgpt/pull/1) +- Initial commit [`35b28cb`](https://github.com/shfshanyue/wechat-chatgpt/commit/35b28cb98409e97961451be2bfbb68fcc807ed54) +- chore: memory config and docker volumes [`c8895bf`](https://github.com/shfshanyue/wechat-chatgpt/commit/c8895bfc0f59de77b744819b0d8ee4a0241b0fb2) +- chore: release it [`c50aa91`](https://github.com/shfshanyue/wechat-chatgpt/commit/c50aa9110444ed51be053fdb575cf516855e07e4) diff --git a/package.json b/package.json index beadae1..e26faf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-chatgpt", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "bot.ts", "scripts": {