From 3796e8b9ae6ae1d2b5b56ecc47c3c6228f7d2dc0 Mon Sep 17 00:00:00 2001
From: chenjiahan <chenjiahan@youzan.com>
Date: Wed, 26 May 2021 14:02:42 +0800
Subject: [PATCH] chore: release @vant/touch-emulator@1.3.0

---
 packages/vant-touch-emulator/changelog.md | 11 ++++++++++-
 packages/vant-touch-emulator/package.json |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

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": {