Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into saloon-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Jan 30, 2024
2 parents 704b9dd + 65244c8 commit b762984
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.5.1
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
commit_message: Update CHANGELOG
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `linode-cli` will be documented in this file.

## v2.2.0 - 2023-07-02

### What's Changed

- Laravel 10 by @AlfioSaitta and @SamuelMwangiW in https://github.com/SamuelMwangiW/linode/pull/16

**Full Changelog**: https://github.com/SamuelMwangiW/linode/compare/v2.1.3...v2.2.0

## v2.1.3 - 2022-09-27

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"larastan/larastan": "^2.8",
"laravel/pint": "^1.2",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.2",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
Expand Down

0 comments on commit b762984

Please sign in to comment.