Skip to content

Commit

Permalink
Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Jun 19, 2021
1 parent 66b4950 commit 5bf9982
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v1.3.1] - 2021-06-19

**Changed**

- Use `Object.assign()` to merge routes ([#429](https://github.com/tighten/ziggy/pull/429))

## [v1.3.0] - 2021-06-17

**Added**
Expand Down Expand Up @@ -147,7 +153,8 @@ Breaking changes are marked with ⚠️.

For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.

[Unreleased]: https://github.com/tighten/ziggy/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/tighten/ziggy/compare/v1.3.1...HEAD
[v1.3.1]: https://github.com/tighten/ziggy/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/tighten/ziggy/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/tighten/ziggy/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/tighten/ziggy/compare/v1.0.5...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ziggy-js",
"version": "1.3.0",
"version": "1.3.1",
"description": "Use your Laravel named routes in JavaScript.",
"keywords": [
"laravel",
Expand Down

0 comments on commit 5bf9982

Please sign in to comment.