Skip to content

Commit 7e8df3c

Browse files
build($package.json): update version to 1.3.0 and append CHANGELOG
1 parent a7d7c98 commit 7e8df3c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.3.0-beta
5+
TAG=1.3.0

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.3.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.2.0...v1.3.0) (2019-12-31)
2+
3+
4+
### Features
5+
6+
* **$favicon:** update favicon ([4b2b966](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/4b2b966eb896fbc995390ba4219bebb3a1b0a049))
7+
8+
9+
### Performance Improvements
10+
11+
* **$NGINX:** support persistence NGINX log ([59092d0](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/59092d0001c81d2ffe4d3674c99f427e058519f2))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **$favicon:** Brand new favicon.
17+
* **$NGINX:** Support persistence NGINX log, storage NGINX log on
18+
local machine.
19+
20+
21+
122
# [1.2.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.1.0...v1.2.0) (2019-12-31)
223

324

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

0 commit comments

Comments
 (0)