# 3.2.0 (2022-04-25)


### Bug Fixes

* 更新插件文档 ([4d8fd98](https://github.com/likaia/vue-native-websocket-vue3/commit/4d8fd988efcbdb3786bffbca0bf8c96a6b86254b))
* 添加消息监听与发送消息的示例代码 ([ab7fb4c](https://github.com/likaia/vue-native-websocket-vue3/commit/ab7fb4cd58a35ab66f812b9b214c5325d3d55f59))
* **修复部分类型错误:** 添加英文注释 | add English Comment ([a439a0a](https://github.com/likaia/vue-native-websocket-vue3/commit/a439a0a27a25fcb7823fe2d20d22c8f695aa979c))
* 修复无法打包问题 ([3b2a703](https://github.com/likaia/vue-native-websocket-vue3/commit/3b2a703eb9f468498aa4f9fcff34dc7ed7c67ecd))
* **修复git commit规范不生效问题:** 使用新的包指定commit规范 ([93a7c1c](https://github.com/likaia/vue-native-websocket-vue3/commit/93a7c1c4a1a6c0ea3252e333e73b799364a1d169))
* 在globalProperties中添加消息监听，适配CompositionAPI ([a9ca073](https://github.com/likaia/vue-native-websocket-vue3/commit/a9ca073d066ecd4d5f3dc230462f56f6984b8acc))
* update .gitignore ([a154d53](https://github.com/likaia/vue-native-websocket-vue3/commit/a154d5336363913685f45a710d85e3f081316a3d))


### Features

* **更新版本号:** 更新日志记录 ([bb5555b](https://github.com/likaia/vue-native-websocket-vue3/commit/bb5555b49260358b6d591c64b7388ef076b08ebe))
* **使用vue3+typescript重构原来的插件:** 删除代码内已经废弃的vue2方法，替换为vue3支持的写法 ([d21f3b6](https://github.com/likaia/vue-native-websocket-vue3/commit/d21f3b6596db29a3c68d6ded71220636347a095d))
* 添加VueCLI作为打包工具 ([7475000](https://github.com/likaia/vue-native-websocket-vue3/commit/7475000d353102681edd00a2edf56764cd658231))
* add pinia support ([7298187](https://github.com/likaia/vue-native-websocket-vue3/commit/7298187cfb649bc4b8c007f7289cc6dae2a103ee))
* add sample code for message monitoring and message sending ([fa5f37a](https://github.com/likaia/vue-native-websocket-vue3/commit/fa5f37ae684fac833ffff7d48e33a2de9f5aaec4))



## 3.0.2 (2020-11-20)


### Bug Fixes

* **修复部分类型错误:** 添加英文注释 | add English Comment ([a439a0a](https://github.com/likaia/vue-native-websocket-vue3/commit/a439a0a27a25fcb7823fe2d20d22c8f695aa979c))


## 3.0.1 (2020-11-04)


### Bug Fixes

* **修复git commit规范不生效问题:** 使用新的包指定commit规范 ([93a7c1c](https://github.com/likaia/vue-native-websocket-vue3/commit/93a7c1c4a1a6c0ea3252e333e73b799364a1d169))

# 3.0.0 (2020-10-29)


### Features

* **使用vue3+typescript重构原来的插件:** 删除代码内已经废弃的vue2方法，替换为vue3支持的写法 ([d21f3b6](https://github.com/nathantsoi/vue-native-websocket/commit/d21f3b6596db29a3c68d6ded71220636347a095d))



