Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Mar 6, 2019
1 parent 81cf1d4 commit aec4940
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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.5.0](https://github.com/nuxt/create-nuxt-app/compare/v2.4.3...v2.5.0) (2019-03-06)


### Bug Fixes

* add coverage config to jest setup ([#198](https://github.com/nuxt/create-nuxt-app/issues/198)) ([85a29ec](https://github.com/nuxt/create-nuxt-app/commit/85a29ec))
* initial value of Express host and port ([#202](https://github.com/nuxt/create-nuxt-app/issues/202)) ([84110e2](https://github.com/nuxt/create-nuxt-app/commit/84110e2))


### Features

* add eslint nuxt plugin ([#199](https://github.com/nuxt/create-nuxt-app/issues/199)) ([730e6a0](https://github.com/nuxt/create-nuxt-app/commit/730e6a0))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-app",
"version": "2.4.3",
"version": "2.5.0",
"description": "Create a Nuxt.js App in seconds.",
"bin": "cli.js",
"files": [
Expand Down

0 comments on commit aec4940

Please sign in to comment.