Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jul 26, 2019
1 parent 1541ce9 commit 8df9c5b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.9.0](https://github.com/nuxt/create-nuxt-app/compare/v2.8.0...v2.9.0) (2019-07-26)


### Bug Fixes

* Adonis commands always running nuxt build ([#268](https://github.com/nuxt/create-nuxt-app/issues/268)) ([d38aa96](https://github.com/nuxt/create-nuxt-app/commit/d38aa96))
* Duplicate key 'devModules' ([#273](https://github.com/nuxt/create-nuxt-app/issues/273)) ([e7ef3a9](https://github.com/nuxt/create-nuxt-app/commit/e7ef3a9))
* prettier error in vuetify ([#281](https://github.com/nuxt/create-nuxt-app/issues/281)) ([b7756a2](https://github.com/nuxt/create-nuxt-app/commit/b7756a2))


### Features

* add --verbose cli flag ([0d964e2](https://github.com/nuxt/create-nuxt-app/commit/0d964e2))
* add alias for --edge and --info ([7d0522d](https://github.com/nuxt/create-nuxt-app/commit/7d0522d))
* add UI framework Framevuerk ([#291](https://github.com/nuxt/create-nuxt-app/issues/291)) ([db8441e](https://github.com/nuxt/create-nuxt-app/commit/db8441e))
* lint git staged files ([#269](https://github.com/nuxt/create-nuxt-app/issues/269)) ([1760f6a](https://github.com/nuxt/create-nuxt-app/commit/1760f6a))
* replace tailwind with @nuxtjs/tailwindcss ([#254](https://github.com/nuxt/create-nuxt-app/issues/254)) ([5d0c6ff](https://github.com/nuxt/create-nuxt-app/commit/5d0c6ff))
* upgrade Ava ([#284](https://github.com/nuxt/create-nuxt-app/issues/284)) ([54c29ff](https://github.com/nuxt/create-nuxt-app/commit/54c29ff))
* upgrade vuetify to 2.x ([#297](https://github.com/nuxt/create-nuxt-app/issues/297)) ([f735b63](https://github.com/nuxt/create-nuxt-app/commit/f735b63))
* **chore:** included a dedicated option to show up envinfo ([#272](https://github.com/nuxt/create-nuxt-app/issues/272)) ([d2917a9](https://github.com/nuxt/create-nuxt-app/commit/d2917a9))
* **cli:** use cac for cli ([#264](https://github.com/nuxt/create-nuxt-app/issues/264)) ([b80fa2d](https://github.com/nuxt/create-nuxt-app/commit/b80fa2d))



# [2.8.0](https://github.com/nuxt/create-nuxt-app/compare/v2.7.1...v2.8.0) (2019-06-24)


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

0 comments on commit 8df9c5b

Please sign in to comment.