Skip to content

Commit b0781bf

Browse files
chore: release 1.0.0 (#6)
🤖 I have created a release \*beep\* \*boop\* --- ## 1.0.0 (2020-11-10) ### ⚠ BREAKING CHANGES * initial generation of library (#4) ### Features * initial generation ([182128b](https://www.github.com/googleapis/nodejs-ai-platform/commit/182128bfa593c787e2f0970ba224a68595b45971)) * initial generation of library ([#4](https://www.github.com/googleapis/nodejs-ai-platform/issues/4)) ([1b8db30](https://www.github.com/googleapis/nodejs-ai-platform/commit/1b8db30e243aac5d9dab74b00431c81dbf412a66)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent cfaf64d commit b0781bf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2020-11-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* initial generation of library (#4)
9+
10+
### Features
11+
12+
* initial generation ([182128b](https://www.github.com/googleapis/nodejs-ai-platform/commit/182128bfa593c787e2f0970ba224a68595b45971))
13+
* initial generation of library ([#4](https://www.github.com/googleapis/nodejs-ai-platform/issues/4)) ([1b8db30](https://www.github.com/googleapis/nodejs-ai-platform/commit/1b8db30e243aac5d9dab74b00431c81dbf412a66))

packages/google-cloud-aiplatform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/aiplatform",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Aiplatform client for Node.js",
55
"repository": "googleapis/nodejs-ai-platform",
66
"license": "Apache-2.0",

packages/google-cloud-aiplatform/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/aiplatform": "^0.1.0"
16+
"@google-cloud/aiplatform": "^1.0.0"
1717
},
1818
"devDependencies": {
1919
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)