Skip to content

Commit 0be9b6a

Browse files
committed
chore(release): 3.0.0
1 parent d58984b commit 0be9b6a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/nuxt-community/hapi-nuxt/compare/v2.3.0...v3.0.0) (2020-08-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* requires nuxt > 2.12
11+
12+
### Features
13+
14+
* use `loadNuxt` (resolves [#57](https://github.com/nuxt-community/hapi-nuxt/issues/57)) ([105b153](https://github.com/nuxt-community/hapi-nuxt/commit/105b153a87f5cb7da185a7d53d8b6d4964a0e449))
15+
516
## [2.3.0](https://github.com/nuxt-community/hapi-nuxt/compare/v2.2.1...v2.3.0) (2019-10-13)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/hapi",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Nuxt.js plugin for Hapi.js",
55
"repository": "nuxt-community/hapi-nuxt",
66
"license": "MIT",

0 commit comments

Comments
 (0)