Skip to content

Commit f186c09

Browse files
committed
Merge branch 'release/1.0.0' into main
2 parents 051bd18 + 5df456b commit f186c09

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1`.
9+
610
## [1.0.0-beta.1] - 2021-03-30
711

812
Initial release.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": "^7.4|^8.0",
27-
"laravel-json-api/core": "^1.0.0-beta.1"
27+
"laravel-json-api/core": "^1.0.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^6.15",
@@ -46,7 +46,7 @@
4646
"dev-develop": "1.x-dev"
4747
}
4848
},
49-
"minimum-stability": "dev",
49+
"minimum-stability": "stable",
5050
"prefer-stable": true,
5151
"config": {
5252
"sort-packages": true

0 commit comments

Comments
 (0)