Skip to content

Commit

Permalink
Release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whxaxes committed Feb 22, 2019
1 parent 318fc69 commit 9f459a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions History.md
@@ -1,4 +1,13 @@

1.15.1 / 2019-02-22
==================

**fixes**
* [[`318fc69`](http://github.com/eggjs/egg-init/commit/318fc695d6ec0f7df092b8d56e1cfc04b7bef793)] - fix: mem fs bugs in windows (#48) (吖猩 <<whxaxes@qq.com>>)

**others**
* [[`0704648`](http://github.com/eggjs/egg-init/commit/070464810136691c615d6c5a8862facbf68e768f)] - deps: upgrade dependencies (#46) (Haoliang Gao <<sakura9515@gmail.com>>)

1.15.0 / 2018-09-12
===================

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "egg-init",
"version": "1.15.0",
"version": "1.15.1",
"description": "Init egg app helper tools.",
"main": "lib/init_command.js",
"scripts": {
Expand Down Expand Up @@ -57,10 +57,10 @@
"egg-init"
],
"ci": {
"version": "4, 6, 8"
"version": "6, 8, 10"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)"
}

0 comments on commit 9f459a9

Please sign in to comment.