Skip to content

Commit c4c9680

Browse files
chore: release 3.0.0 (#303)
1 parent 3129758 commit c4c9680

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

packages/google-cloud-oslogin/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/os-login?activeTab=versions
66

7+
## [3.0.0](https://www.github.com/googleapis/nodejs-os-login/compare/v2.0.1...v3.0.0) (2020-04-13)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
13+
* This adds the v1 variant of the API, and makes it the default export. For any non-versioned imports of the service class, please make sure to test updates.
14+
15+
### Features
16+
17+
* bump release level to GA ([#292](https://www.github.com/googleapis/nodejs-os-login/issues/292)) ([321aaa4](https://www.github.com/googleapis/nodejs-os-login/commit/321aaa4247894ac204077d71b92c7d36bf77dcac))
18+
* deferred client initialization ([#304](https://www.github.com/googleapis/nodejs-os-login/issues/304)) ([1b87592](https://www.github.com/googleapis/nodejs-os-login/commit/1b8759220088e5d330479e6a7623fd67a325a389))
19+
* drop node8 support ([#318](https://www.github.com/googleapis/nodejs-os-login/issues/318)) ([1a96118](https://www.github.com/googleapis/nodejs-os-login/commit/1a961188fe2043a6471d9765643f12153604ee6a))
20+
* export protos in src/index.ts ([53eda47](https://www.github.com/googleapis/nodejs-os-login/commit/53eda478c5e7b41cea528172a76c4acff62b265b))
21+
* use the v1 variant of the API ([#287](https://www.github.com/googleapis/nodejs-os-login/issues/287)) ([ee86b49](https://www.github.com/googleapis/nodejs-os-login/commit/ee86b4956e81528c5ef4ef055c8dc9dbaf0644be))
22+
23+
24+
### Bug Fixes
25+
26+
* export explicit version from protos.js ([#322](https://www.github.com/googleapis/nodejs-os-login/issues/322)) ([aa2131b](https://www.github.com/googleapis/nodejs-os-login/commit/aa2131b5f7d398468294cca65f427a2e15182c3f))
27+
* proto messages now accept strings for enums ([9606ac8](https://www.github.com/googleapis/nodejs-os-login/commit/9606ac8744e14e7f30740b8c5df1c1548e1e14af))
28+
* remove eslint, update gax, fix generated protos, run the generator ([#327](https://www.github.com/googleapis/nodejs-os-login/issues/327)) ([185446a](https://www.github.com/googleapis/nodejs-os-login/commit/185446a42d9f3851f67aff90dae4e15061c0313d))
29+
730
### [2.0.1](https://www.github.com/googleapis/nodejs-os-login/compare/v2.0.0...v2.0.1) (2020-01-29)
831

932

packages/google-cloud-oslogin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/os-login",
33
"description": "Google Cloud OS Login API client for Node.js",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"@google-cloud/os-login": "^2.0.1"
17+
"@google-cloud/os-login": "^3.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)