Skip to content

Commit edb92fe

Browse files
committed
chore(release): 0.2.0
1 parent 20b123a commit edb92fe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/clarkdo/hare/compare/v0.1.2...v0.2.0) (2017-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* color of overflowed menu mismatch ([4d5297f](https://github.com/clarkdo/hare/commit/4d5297f))
12+
* specify a maintainer of the Dockerfile ([fdfa58e](https://github.com/clarkdo/hare/commit/fdfa58e))
13+
14+
15+
### Features
16+
17+
* add i18n for element ([beb0b72](https://github.com/clarkdo/hare/commit/beb0b72))
18+
* add standard-version ([2760b35](https://github.com/clarkdo/hare/commit/2760b35))

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "hare",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js",
55
"author": "Clark Du",
66
"private": true,
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/clarkdo/hare.git"
10+
},
711
"scripts": {
812
"dev": "cross-env DEBUG=nuxt:*,app nodemon -w server -w nuxt.config.js --exec babel-node server/app.js",
913
"dev:pm2": "pm2 start yarn --name=hare -- dev",

0 commit comments

Comments
 (0)