Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 91dbdf5

Browse files
committed
chore(release): 4.2.1
1 parent b2cfeb6 commit 91dbdf5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="4.2.1"></a>
6+
## [4.2.1](https://github.com/vuejs/vue-component-compiler/compare/v4.2.0...v4.2.1) (2020-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* add pure annotation for tree shaking support ([#96](https://github.com/vuejs/vue-component-compiler/issues/96)) ([7b4dceb](https://github.com/vuejs/vue-component-compiler/commit/7b4dceb))
12+
13+
14+
515
<a name="4.2.0"></a>
616
# [4.2.0](https://github.com/vuejs/vue-component-compiler/compare/v4.1.0...v4.2.0) (2019-11-21)
717

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/component-compiler",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "bundler agnostic API for compiling Vue SFC",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)