Skip to content

Commit

Permalink
chore: 🔖 release new version (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e5d1a58 commit 808be0f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-vans-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-rabbits-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bulldogs-punch.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.1

### Patch Changes

- Move JsonSerializable down to interfaces
- Add isAdBlockEnabled to RiskMetadata.browserData Rebilly/api-definitions#1848
- Add jsonSerialization for non-scalar collections Rebilly/rebilly-php#675

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"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.0';
public const SDK_VERSION = '3.1.1';

private GuzzleClient $client;

Expand Down

0 comments on commit 808be0f

Please sign in to comment.