Skip to content

Commit 000f56f

Browse files
committed
chore(release): 0.2.3
1 parent 9cff0b3 commit 000f56f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
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.
44

5+
<a name="0.2.3"></a>
6+
## [0.2.3](https://github.com/clarkdo/hare/compare/v0.2.1...v0.2.3) (2017-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* error parsing appveyor.yml ([3eb5682](https://github.com/clarkdo/hare/commit/3eb5682))
12+
* ignore prepublish when installing ([6d57eda](https://github.com/clarkdo/hare/commit/6d57eda))
13+
* ignore unavailable vulnerabilities for 30 days ([9cff0b3](https://github.com/clarkdo/hare/commit/9cff0b3))
14+
* re-generate heroku api key ([6d8efd7](https://github.com/clarkdo/hare/commit/6d8efd7))
15+
* session missing issue ([2b3d32e](https://github.com/clarkdo/hare/commit/2b3d32e))
16+
* session not saved issue ([9f71d76](https://github.com/clarkdo/hare/commit/9f71d76))
17+
* switch off macos building for now due to unstable travis ([b2ecea9](https://github.com/clarkdo/hare/commit/b2ecea9))
18+
19+
20+
### Features
21+
22+
* cache dependencies in ci ([4470bd9](https://github.com/clarkdo/hare/commit/4470bd9))
23+
* upgrade vue-chartjs to 3.0.0 ([37ad277](https://github.com/clarkdo/hare/commit/37ad277))
24+
* use circleci instead of travis for building ([fbe5d8f](https://github.com/clarkdo/hare/commit/fbe5d8f))
25+
26+
27+
528
<a name="0.2.2"></a>
629
## [0.2.2](https://github.com/clarkdo/hare/compare/v0.2.1...v0.2.2) (2017-11-17)
730

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hare",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js",
55
"author": "Clark Du",
66
"license": "MIT",

0 commit comments

Comments
 (0)