Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Mar 13, 2019
1 parent 4f9706f commit 8414395
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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


### Bug Fixes

* disable no cjs rule ([#203](https://github.com/nuxt/create-nuxt-app/issues/203)) ([9e29192](https://github.com/nuxt/create-nuxt-app/commit/9e29192))


### Features

* use ESM syntax for Nuxt config ([#195](https://github.com/nuxt/create-nuxt-app/issues/195)) ([4f9706f](https://github.com/nuxt/create-nuxt-app/commit/4f9706f))



## [2.5.1](https://github.com/nuxt/create-nuxt-app/compare/v2.5.0...v2.5.1) (2019-03-06)


Expand Down
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.5.1",
"version": "2.6.0",
"description": "Create a Nuxt.js App in seconds.",
"bin": "cli.js",
"files": [
Expand Down

0 comments on commit 8414395

Please sign in to comment.