Skip to content

Commit b1d16f2

Browse files
committed
Merge branch 'release/1.0.0' into main
2 parents d2a3ee5 + 1dfb8d3 commit b1d16f2

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

812
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": "^7.4|^8.0",
2727
"ext-json": "*",
2828
"illuminate/support": "^8.0",
29-
"laravel-json-api/core": "^1.0.0-beta.1",
29+
"laravel-json-api/core": "^1.0.0",
3030
"laravel-json-api/neomerx-json-api": "^4.0.2"
3131
},
3232
"require-dev": {
@@ -52,7 +52,7 @@
5252
]
5353
}
5454
},
55-
"minimum-stability": "dev",
55+
"minimum-stability": "stable",
5656
"prefer-stable": true,
5757
"config": {
5858
"sort-packages": true

0 commit comments

Comments
 (0)