|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +# [3.7.0](https://github.com/nuxt/create-nuxt-app/compare/v3.6.0...v3.7.0) (2021-06-27) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* **cli:** rephrase not empty directory error message ([#778](https://github.com/nuxt/create-nuxt-app/issues/778)) ([8186168](https://github.com/nuxt/create-nuxt-app/commit/81861685b08cdb3887fcf30f3708b387b0e1f017)) |
| 12 | +* **cna-template:** use npx to invoke locally installed binaries ([#774](https://github.com/nuxt/create-nuxt-app/issues/774)) ([a9844ee](https://github.com/nuxt/create-nuxt-app/commit/a9844eec09262138f364e03aa4165bf580f6fc8a)) |
| 13 | +* **husky:** stdin is not a tty in git bash ([#766](https://github.com/nuxt/create-nuxt-app/issues/766)) ([807546d](https://github.com/nuxt/create-nuxt-app/commit/807546d65f107378c15503c5f1585b9131a7e469)) |
| 14 | +* **jest:** jest 27 changed the default test environment to node ([8c27b44](https://github.com/nuxt/create-nuxt-app/commit/8c27b44ade0b3750cacc3a31f2c8934f6d80f515)) |
| 15 | +* **template:** nodemismatch error in ios safari ([#770](https://github.com/nuxt/create-nuxt-app/issues/770)) ([41463d1](https://github.com/nuxt/create-nuxt-app/commit/41463d16912e0026ac533cb0b8441cb7a9e5c8b8)) |
| 16 | +* **template:** update vant template demo ([#776](https://github.com/nuxt/create-nuxt-app/issues/776)) ([de45005](https://github.com/nuxt/create-nuxt-app/commit/de45005e276ce2882b4294dbb3cb40504228cb45)) |
| 17 | +* **templates:** remove not being maintained vuesax ([#795](https://github.com/nuxt/create-nuxt-app/issues/795)) ([e7211b3](https://github.com/nuxt/create-nuxt-app/commit/e7211b3c1d2a683c2376cfa8f2437555ccf526c7)) |
| 18 | +* **templates:** remove not recommended eslint-plugin-prettier ([#797](https://github.com/nuxt/create-nuxt-app/issues/797)) ([5d8c498](https://github.com/nuxt/create-nuxt-app/commit/5d8c49878c98cc2842b65fa8edaa201d9d3bc0aa)) |
| 19 | +* **templates:** use PascalCase component names in single-file components ([ed17e67](https://github.com/nuxt/create-nuxt-app/commit/ed17e67e1499a69f9c6eb364c0df6b64cd5a2a19)) |
| 20 | +* add vuetify to dependencies ([#787](https://github.com/nuxt/create-nuxt-app/issues/787)) ([3610d12](https://github.com/nuxt/create-nuxt-app/commit/3610d123fb9f2725bf7fd9c15137568159240c6d)) |
| 21 | + |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +* **create-nuxt-app:** add --overwrite-dir flag ([#799](https://github.com/nuxt/create-nuxt-app/issues/799)) ([e45bdbb](https://github.com/nuxt/create-nuxt-app/commit/e45bdbb433fbb8d242630f8062dc5d76c65f8f2f)) |
| 26 | +* update design ([#792](https://github.com/nuxt/create-nuxt-app/issues/792)) ([b7d2db9](https://github.com/nuxt/create-nuxt-app/commit/b7d2db9f10ff2bb1fedbe65800f1ac43cb84fad1)) |
| 27 | +* **template:** update to husky v6 ([#715](https://github.com/nuxt/create-nuxt-app/issues/715)) ([5ee3feb](https://github.com/nuxt/create-nuxt-app/commit/5ee3feb3dd9ae776f335d835c93ad9f609344a8b)) |
| 28 | + |
| 29 | + |
| 30 | +### Performance Improvements |
| 31 | + |
| 32 | +* use npm ci instead of npm i in GH Action Workflow ([#762](https://github.com/nuxt/create-nuxt-app/issues/762)) ([8c9b77d](https://github.com/nuxt/create-nuxt-app/commit/8c9b77deb7ef64f5a4b7a484c4a9e3ef4d0a3208)) |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
6 | 38 | # [3.6.0](https://github.com/nuxt/create-nuxt-app/compare/v3.5.2...v3.6.0) (2021-03-19) |
7 | 39 |
|
8 | 40 |
|
|
0 commit comments