chore: release @vant/touch-emulator@1.3.0

This commit is contained in:
chenjiahan 2021-05-26 14:02:42 +08:00
parent 35683a0d05
commit 3796e8b9ae
2 changed files with 11 additions and 2 deletions

View File

@ -1,16 +1,25 @@
# Changelog # Changelog
### [v1.3.0]
`2021-05-26`
- add SSR support [\#8767](https://github.com/youzan/vant/pull/8767)
### [v1.2.0] ### [v1.2.0]
`2019-11-22` `2019-11-22`
- fix incorrect touchmove behaviour in Firefox [\#5118](https://github.com/youzan/vant/pull/5118) - fix incorrect touchmove behavior in Firefox
### [v1.1.0] ### [v1.1.0]
`2019-06-03` `2019-06-03`
- skip emulator when browser support touch event - skip emulator when browser support touch event
### [v1.0.0] ### [v1.0.0]
`2019-05-28` `2019-05-28`
- initial release - initial release

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/touch-emulator", "name": "@vant/touch-emulator",
"version": "1.2.0", "version": "1.3.0",
"description": "Vant touch emulator", "description": "Vant touch emulator",
"main": "index.js", "main": "index.js",
"publishConfig": { "publishConfig": {