Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 624955d

Browse files
committed
Merge branch 'release/1.0.0' into main
2 parents 4c0fdca + 532d8ea commit 624955d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## [1.0.0] - 2021-07-31
7+
8+
Initial stable release, with no changes from `1.0.0-beta.4`.
9+
610
## [1.0.0-beta.4] - 2021-07-10
711

812
### Added

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"ext-json": "*",
2828
"illuminate/contracts": "^8.0",
2929
"illuminate/pipeline": "^8.0",
30-
"laravel-json-api/core": "^1.0.0-beta.1",
31-
"laravel-json-api/validation": "^1.0.0-beta.1"
30+
"laravel-json-api/core": "^1.0.0",
31+
"laravel-json-api/validation": "^1.0.0"
3232
},
3333
"require-dev": {
34-
"laravel-json-api/testing": "^1.0.0-beta.1",
34+
"laravel-json-api/testing": "^1.0.0",
3535
"orchestra/testbench": "^6.9",
3636
"phpunit/phpunit": "^9.5"
3737
},

0 commit comments

Comments
 (0)