Skip to content

Commit f0e1b8e

Browse files
build($package.json): update version to 1.4.0 and append CHANGELOG
1 parent fa00139 commit f0e1b8e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
VUE_APP_PACKAGE_JSON=''
33

44
# TAG must be corresponding with the version tag in package.json, need to modify it when new version releases
5-
TAG=1.4.0-beta
5+
TAG=1.4.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.4.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.3.1...v1.4.0) (2020-01-07)
2+
3+
4+
### Performance Improvements
5+
6+
* **$Axios:** avoid sending same request at the same time ([c7eb3b7](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/c7eb3b7d5388aaa0b8fea4fcb6cd129c87fb6b5c))
7+
8+
9+
110
## [1.3.1](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.3.0...v1.3.1) (2020-01-03)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-typescript-playground",
3-
"version": "1.4.0-beta",
3+
"version": "1.4.0",
44
"license": "Apache-2.0",
55
"description": "Vuetify Typescript Playground",
66
"author": {

0 commit comments

Comments
 (0)