Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mentAl-maZe committed Mar 29, 2020
1 parent 2632b4c commit 0a9ff4c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.

## [1.1.0](https://github.com/m2sd/laravel-nuxt/compare/v1.0.2...v1.1.0) (2020-03-29)


### Features

* **routing:** implement routing helper facade ([2632b4c](https://github.com/m2sd/laravel-nuxt/commit/2632b4cb9ee66857c710e3407897c1f47ba32dbd))

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

### [1.0.1](https://github.com/m2sd/laravel-nuxt/compare/v1.0.0...v1.0.1) (2020-03-29)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "m2s/laravel-nuxt",
"description": "NuxtJS framework integration for Laravel",
"version": "1.0.2",
"version": "1.1.0",
"type": "library",
"keywords": [
"laravel",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "laravel-nuxt",
"version": "1.0.2",
"version": "1.1.0",
"description": "NuxtJS framework integration for Laravel",
"private": true,
"scripts": {
Expand Down

0 comments on commit 0a9ff4c

Please sign in to comment.