diff --git a/packages/vant-touch-emulator/changelog.md b/packages/vant-touch-emulator/changelog.md index 6434ef05a..915972f86 100644 --- a/packages/vant-touch-emulator/changelog.md +++ b/packages/vant-touch-emulator/changelog.md @@ -1,16 +1,25 @@ # Changelog +### [v1.3.0] + +`2021-05-26` + +- add SSR support [\#8767](https://github.com/youzan/vant/pull/8767) + ### [v1.2.0] + `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] + `2019-06-03` - skip emulator when browser support touch event ### [v1.0.0] + `2019-05-28` - initial release diff --git a/packages/vant-touch-emulator/package.json b/packages/vant-touch-emulator/package.json index 5a0e56734..08a0fe066 100644 --- a/packages/vant-touch-emulator/package.json +++ b/packages/vant-touch-emulator/package.json @@ -1,6 +1,6 @@ { "name": "@vant/touch-emulator", - "version": "1.2.0", + "version": "1.3.0", "description": "Vant touch emulator", "main": "index.js", "publishConfig": {