Skip to content

Commit dbb6f13

Browse files
Release Workflowgithub-actions[bot]
authored andcommitted
[CI Pipeline] Released Major version: 4.0.0
1 parent 1c83251 commit dbb6f13

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uid2/uid2-sdk",
3-
"version": "3.15.0",
3+
"version": "4.0.0",
44
"description": "UID2 Client SDK",
55
"author": "The Trade Desk",
66
"repository": {

version.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.15",
4-
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
5-
"cloudBuild": { "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } }
6-
}
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", "version": "4.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 commit comments

Comments
 (0)