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

Commit 1413914

Browse files
committed
chore(release): 2.9.1
1 parent cf1dbde commit 1413914

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.9.1](https://github.com/nuxt/create-nuxt-app/compare/v2.9.0...v2.9.1) (2019-08-04)
6+
7+
8+
### Bug Fixes
9+
10+
* cannot find module babel-core ([#310](https://github.com/nuxt/create-nuxt-app/issues/310)) ([cf1dbde](https://github.com/nuxt/create-nuxt-app/commit/cf1dbde))
11+
* framevuerk error ([250c6e1](https://github.com/nuxt/create-nuxt-app/commit/250c6e1))
12+
* ignore vim swap files ([#263](https://github.com/nuxt/create-nuxt-app/issues/263)) ([2ff7b11](https://github.com/nuxt/create-nuxt-app/commit/2ff7b11))
13+
* remove unnecessary nodemon in devDependencies ([#309](https://github.com/nuxt/create-nuxt-app/issues/309)) ([cddccd6](https://github.com/nuxt/create-nuxt-app/commit/cddccd6))
14+
15+
16+
### Features
17+
18+
* upgrade eslint-module ([#300](https://github.com/nuxt/create-nuxt-app/issues/300)) ([b61e88e](https://github.com/nuxt/create-nuxt-app/commit/b61e88e))
19+
20+
21+
522
# [2.9.0](https://github.com/nuxt/create-nuxt-app/compare/v2.8.0...v2.9.0) (2019-07-26)
623

724

Diff for: package.json

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

0 commit comments

Comments
 (0)