Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
[skip ci] chore(release): v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 12, 2019
1 parent f341186 commit 1b91ff7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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.

### 2.3.1 (2019-05-12)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-element-dashboard",
"version": "2.3.0",
"version": "2.3.1",
"description": "Nuxt2 + element UI project",
"author": "levy <[email protected]>",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"start:docker": "nuxt start",
"generate": "cross-env MODE=prod nuxt generate",
"deploy": "now --npm --public",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
},
"dependencies": {
"@femessage/el-form-renderer": "^1.3.0",
Expand Down

0 comments on commit 1b91ff7

Please sign in to comment.