diff --git a/packages/vant-touch-emulator/changelog.md b/packages/vant-touch-emulator/changelog.md new file mode 100644 index 000000000..6434ef05a --- /dev/null +++ b/packages/vant-touch-emulator/changelog.md @@ -0,0 +1,16 @@ +# Changelog + +### [v1.2.0] +`2019-11-22` + +- fix incorrect touchmove behaviour in Firefox [\#5118](https://github.com/youzan/vant/pull/5118) + +### [v1.1.0] +`2019-06-03` + +- skip emulator when browser support touch event + +### [v1.0.0] +`2019-05-28` + +- initial release