Skip to content

Commit d3069f1

Browse files
build($package.json): update version to 0.1.1 and append CHANGELOG
1 parent 50ccd49 commit d3069f1

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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=0.1.1-beta
5+
TAG=0.1.1

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.1.1](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v0.1.0...v0.1.1) (2019-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **$Travis:** correct NPM command ([c20c7d2](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/c20c7d25194056a73da116489cfb86dd041925a5))
7+
* **$VueConfig:** fix ESLint problem ([02b2281](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/02b2281553a0557fb7b7931382c952380a6c65e0))
8+
9+
10+
### Features
11+
12+
* **$Demo:** create Vuetify demo page ([80afc80](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/80afc804c594db618c8417820916f7d44658c48e))
13+
* **$Docker:** integrate Docker ([24e43db](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/24e43db4a9e8ea0275242638248e892bf6559964))
14+
* **$RouterView:** add router changing animation ([340f912](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/340f9122912fbdc0cd52c9f3a8104e41ed50d0c3))
15+
16+
17+
### Performance Improvements
18+
19+
* **$package.json:** update dependencies ([453198f](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/453198f85790205ff9c094945437a5d9a67efbc0))
20+
21+
22+
123
# 0.1.0 (2019-12-27)
224

325

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": "0.1.1-beta",
3+
"version": "0.1.1",
44
"license": "Apache-2.0",
55
"description": "Vuetify Typescript Playground",
66
"author": {

0 commit comments

Comments
 (0)