Skip to content

Commit ea8d005

Browse files
dependabot[bot]fuelviews-app[bot]
authored andcommitted
Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#27)
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix styling --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a074f1a commit ea8d005

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Dependabot metadata
3131
id: metadata
32-
uses: dependabot/fetch-metadata@v2.2.0
32+
uses: dependabot/fetch-metadata@v2.3.0
3333
with:
3434
github-token: "${{ secrets.GITHUB_TOKEN }}"
3535

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-sabhero-wrapper` will be documented in this file.
44

5+
## v0.0.14 - 2025-02-08
6+
7+
### What's Changed
8+
9+
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/fuelviews/laravel-sabhero-wrapper/pull/27
10+
11+
**Full Changelog**: https://github.com/fuelviews/laravel-sabhero-wrapper/commits/v0.0.14
12+
513
## v0.0.13 - 2025-01-29
614

715
### What's Changed

src/SabHeroWrapper.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace Fuelviews\SabHeroWrapper;
44

5-
class SabHeroWrapper
6-
{
7-
}
5+
class SabHeroWrapper {}

0 commit comments

Comments
 (0)