ci: bump release version of ts-api-guardian (#34933)

PR Close #34933
This commit is contained in:
Joey Perrott 2020-01-23 12:32:03 -08:00 committed by Andrew Kushnir
parent 055533b6a7
commit 3049878aa9
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "ts-api-guardian", "name": "ts-api-guardian",
"version": "0.4.4", "version": "0.5.0",
"description": "Guards the API of TypeScript libraries!", "description": "Guards the API of TypeScript libraries!",
"main": "lib/main.js", "main": "lib/main.js",
"typings": "lib/main.d.ts", "typings": "lib/main.d.ts",
"bazelWorkspaces": { "bazelWorkspaces": {
"npm_ts_api_guardian": { "npm_ts_api_guardian": {
"version": "0.4.4", "version": "0.5.0",
"rootPath": "." "rootPath": "."
} }
}, },