We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d243c commit 25a45e7Copy full SHA for 25a45e7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tsp-typescript-client",
3
- "version": "0.1.0",
+ "version": "0.3.0",
4
"description": "Trace Server Protocol client written in TypeScript",
5
"author": "Ericsson and others",
6
"license": "MIT",
@@ -47,4 +47,4 @@
47
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version --no-commit-hooks",
48
"test": "jest --config jest.config.json"
49
}
50
-}
+}
0 commit comments