Skip to content

Commit

Permalink
chore: 🔖 release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 63f248c commit 3ec6cb8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-fishes-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-chefs-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-deers-pull.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rebilly/client-php

## 3.1.4

### Patch Changes

- build(deps): merge passing FE dependabot PRs Rebilly/rebilly#7937
- feat(be): Add gate2way integration Rebilly/rebilly#7887
- feat(be): Add support for Samsung Pay digital wallet Rebilly/rebilly#7760

## 3.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rebilly/client-php",
"private": true,
"version": "3.1.3",
"version": "3.1.4",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/write": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface

public const EXPERIMENTAL_BASE = '/experimental';

public const SDK_VERSION = '3.1.3';
public const SDK_VERSION = '3.1.4';

private GuzzleClient $client;

Expand Down

0 comments on commit 3ec6cb8

Please sign in to comment.