diff --git a/CHANGELOG.md b/CHANGELOG.md index 944d6e67162..f9d77c17c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/youzan/vant/compare/v4.0.0...v4.0.1) (2020-09-24) + ## [4.0.0](https://github.com/youzan/vant/compare/v3.0.0...v4.0.0) (2019-11-12) diff --git a/package.json b/package.json index 18340a26824..42f82d8217e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/vant", - "version": "4.0.0", + "version": "4.0.1", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js",