Skip to content

Commit 1e91605

Browse files
committed
chore(release): 4.2.0-beta.11
1 parent 53a2fe4 commit 1e91605

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [4.2.0-beta.11](https://github.com/m2sd/nuxt-laravel/compare/v4.2.0-beta.10...v4.2.0-beta.11) (2019-12-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **sw-cache:** use empty array instead of null in routingExtensions ([53a2fe4](https://github.com/m2sd/nuxt-laravel/commit/53a2fe46140bc5999fcc94a1613e9b8a785a0f4f))
11+
512
## [4.2.0-beta.10](https://github.com/m2sd/nuxt-laravel/compare/v4.2.0-beta.9...v4.2.0-beta.10) (2019-12-15)
613

714

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-laravel",
3-
"version": "4.2.0-beta.10",
3+
"version": "4.2.0-beta.11",
44
"description": "Nuxt cli extension for use with laravel as backend",
55
"main": "./lib/module.js",
66
"types": "./types/module.d.ts",

0 commit comments

Comments
 (0)