Skip to content

Commit 0a9ff4c

Browse files
committed
chore(release): 1.1.0
1 parent 2632b4c commit 0a9ff4c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [1.1.0](https://github.com/m2sd/laravel-nuxt/compare/v1.0.2...v1.1.0) (2020-03-29)
6+
7+
8+
### Features
9+
10+
* **routing:** implement routing helper facade ([2632b4c](https://github.com/m2sd/laravel-nuxt/commit/2632b4cb9ee66857c710e3407897c1f47ba32dbd))
11+
512
### [1.0.2](https://github.com/m2sd/laravel-nuxt/compare/v1.0.1...v1.0.2) (2020-03-29)
613

714
### [1.0.1](https://github.com/m2sd/laravel-nuxt/compare/v1.0.0...v1.0.1) (2020-03-29)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "m2s/laravel-nuxt",
33
"description": "NuxtJS framework integration for Laravel",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"type": "library",
66
"keywords": [
77
"laravel",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-nuxt",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "NuxtJS framework integration for Laravel",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)