Skip to content

Commit

Permalink
Merge pull request #94 from fingerprintjs/changeset-release/main
Browse files Browse the repository at this point in the history
Release [changeset] (test)
  • Loading branch information
TheUnderScorer authored Sep 27, 2024
2 parents 1a09cd2 + 0e337d1 commit 839073c
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 153 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"initialVersions": {
"fingerprint-pro-server-api-go-sdk": "6.1.0"
},
"changesets": []
"changesets": [
"angry-crabs-roll",
"cuddly-wasps-try",
"sour-moose-exist",
"wild-oranges-feel"
]
}
265 changes: 118 additions & 147 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Fingerprint Pro Server API allows you to get information about visitors and abou
This Go package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 6.1.0
- Package version: 7.0.0-test.0
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageVersion": "6.1.0",
"packageVersion": "7.0.0-test.0",
"gitRepoId": "fingerprint-pro-server-api-go-sdk",
"gitUserId": "fingerprintjs",
"packageName": "sdk",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-pro-server-api-go-sdk",
"version": "6.1.0",
"version": "7.0.0-test.0",
"private": true,
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
2 changes: 1 addition & 1 deletion sdk/api_fingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
)

const IntegrationInfo = "fingerprint-pro-server-go-sdk/6.1.0"
const IntegrationInfo = "fingerprint-pro-server-go-sdk/7.0.0-test.0"

type FingerprintApiServiceInterface interface {
/*
Expand Down
2 changes: 1 addition & 1 deletion sdk/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (c *Configuration) AddDefaultHeader(key string, value string) {
func NewConfiguration() *Configuration {
cfg := &Configuration{
DefaultHeader: make(map[string]string),
UserAgent: "Swagger-Codegen/6.1.0/go",
UserAgent: "Swagger-Codegen/7.0.0-test.0/go",
region: RegionUS,
}
cfg.basePath = resolveBasePath(cfg.region)
Expand Down

0 comments on commit 839073c

Please sign in to comment.