Skip to content

Commit 4e318ee

Browse files
Format + script
1 parent b56edc0 commit 4e318ee

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1313

1414
### Changed
1515

16-
- Require minimum version of Laravel 11.32 to fix deprecation warnings. See https://github.com/laravel/framework/pull/50922.
16+
- Require minimum version of Laravel 11.32 to fix deprecation warnings. See https://github.com/laravel/framework/pull/50922.
1717

1818
### Removed
1919

@@ -135,19 +135,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
135135

136136
- Run tests against Laravel 5.7
137137

138-
## 1.0.4 (2018-08-26)
138+
## 1.0.4 (2018-08-26)
139139

140140
### Changed
141141

142142
- Updated readme (yes, again 🤓)
143143

144-
## 1.0.3 (2018-08-26)
144+
## 1.0.3 (2018-08-26)
145145

146146
### Changed
147147

148148
- Updated readme
149149

150-
## 1.0.2 (2018-08-26)
150+
## 1.0.2 (2018-08-26)
151151

152152
### Added
153153

@@ -157,27 +157,27 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
157157

158158
- Changed Composer description
159159

160-
## 1.0.1 (2018-08-20)
160+
## 1.0.1 (2018-08-20)
161161

162162
### Fixed
163163

164164
- Require nesbot/carbon v1.22.1 to fix "Cannot access property xxxx::$lastErrors" (see https://github.com/briannesbitt/Carbon/issues/852)
165165

166-
## 1.0.0 (2018-08-19)
166+
## 1.0.0 (2018-08-19)
167167

168168
### Fixed
169169

170170
- Removed `$booleanDates` trait variable to resolve conflict with the model it's used in
171171
- Always return a valid array when retrieving all boolean dates
172172
- Fixed issue where converting a model to an array didn't include the correct boolean field values
173173

174-
## 0.2.1 (2018-07-26)
174+
## 0.2.1 (2018-07-26)
175175

176176
### Fixed
177177

178178
- Remove `self` return type hint (conflicted when returning `null` during an Artisan command)
179179

180-
## 0.2.0 (2018-07-26)
180+
## 0.2.0 (2018-07-26)
181181

182182
### Changed
183183

@@ -187,13 +187,13 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
187187

188188
- Allow multiple traits with the same methods (e.g. `getAttribute`)
189189

190-
## 0.1.1 (2018-07-26)
190+
## 0.1.1 (2018-07-26)
191191

192192
### Fixed
193193

194194
- Fixed service provider auto-discovery
195195

196-
## 0.1.0 (2018-07-26)
196+
## 0.1.0 (2018-07-26)
197197

198198
### Added
199199

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
"test:stable": [
8585
"composer update --prefer-stable --prefer-dist --no-interaction --ansi",
8686
"@test"
87-
]
87+
],
88+
89+
"release": "git-release"
8890
}
8991
}

0 commit comments

Comments
 (0)