Skip to content

Commit 025f706

Browse files
committed
chore: prepare release
1 parent 993bada commit 025f706

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Added
9-
- Add `honeybadger:checkins-sync` command to synchronize checkins with Honeybadger Checkins API
108

119
## [3.16.0] - 2023-10-06
1210
### Added
13-
- Synchronize checkins `honeybadger:checkins:sync`
11+
- Synchronize checkins with `honeybadger:checkins:sync`
1412

1513
## [3.15.2] - 2023-08-06
1614
### Changed

src/HoneybadgerServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function registerCommands()
7777
$this->commands([
7878
'command.honeybadger:test',
7979
'command.honeybadger:checkin',
80-
'command.honeybadger:checkins-sync',
80+
'command.honeybadger:checkins:sync',
8181
'command.honeybadger:install',
8282
'command.honeybadger:deploy',
8383
]);
@@ -99,7 +99,7 @@ private function bindCommands()
9999
);
100100

101101
$this->app->bind(
102-
'command.honeybadger:checkins-sync',
102+
'command.honeybadger:checkins:sync',
103103
HoneybadgerCheckinsSyncCommand::class
104104
);
105105

0 commit comments

Comments
 (0)