Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2019-07-23)

### Bug Fixes

* **types:** Fix definitions of meta events. ([ca1a731](ca1a731)), closes [#77](#77)
  • Loading branch information
inazuma-bot committed Jul 23, 2019
1 parent 18b5044 commit b794ab8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CQWebSocket

## [2.0.2](https://github.com/momocow/node-cq-websocket/compare/v2.0.1...v2.0.2) (2019-07-23)


### Bug Fixes

* **types:** Fix definitions of meta events. ([ca1a731](https://github.com/momocow/node-cq-websocket/commit/ca1a731)), closes [#77](https://github.com/momocow/node-cq-websocket/issues/77)

## [2.0.1](https://github.com/momocow/node-cq-websocket/compare/v2.0.0...v2.0.1) (2019-04-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cq-websocket",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin. ",
"engines": {
"cqhttp": "^4.5.0",
Expand Down

0 comments on commit b794ab8

Please sign in to comment.