Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8414395

Browse files
committed
chore(release): 2.6.0
1 parent 4f9706f commit 8414395

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
# [2.6.0](https://github.com/nuxt/create-nuxt-app/compare/v2.5.1...v2.6.0) (2019-03-13)
6+
7+
8+
### Bug Fixes
9+
10+
* disable no cjs rule ([#203](https://github.com/nuxt/create-nuxt-app/issues/203)) ([9e29192](https://github.com/nuxt/create-nuxt-app/commit/9e29192))
11+
12+
13+
### Features
14+
15+
* 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))
16+
17+
18+
519
## [2.5.1](https://github.com/nuxt/create-nuxt-app/compare/v2.5.0...v2.5.1) (2019-03-06)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-app",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Create a Nuxt.js App in seconds.",
55
"bin": "cli.js",
66
"files": [

0 commit comments

Comments
 (0)