Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 13ae85c

Browse files
chore: release 3.0.0 (#542)
1 parent 9f41047 commit 13ae85c

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

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

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

7+
## [3.0.0](https://www.github.com/googleapis/nodejs-common/compare/v2.4.0...v3.0.0) (2020-03-26)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* drop support for node.js 8 (#554)
13+
* remove support for custom promises (#541)
14+
15+
### Features
16+
17+
* add progress events ([#540](https://www.github.com/googleapis/nodejs-common/issues/540)) ([1834059](https://www.github.com/googleapis/nodejs-common/commit/18340596ecb61018e5427371b9b5a120753ec003))
18+
19+
20+
### Bug Fixes
21+
22+
* remove support for custom promises ([#541](https://www.github.com/googleapis/nodejs-common/issues/541)) ([ecf1c16](https://www.github.com/googleapis/nodejs-common/commit/ecf1c167927b609f13dc4fbec1954ff3a2765344))
23+
* **deps:** update dependency @google-cloud/projectify to v2 ([#553](https://www.github.com/googleapis/nodejs-common/issues/553)) ([23030a2](https://www.github.com/googleapis/nodejs-common/commit/23030a25783cd091f4720c25a15416c91e7bd0a0))
24+
* **deps:** update dependency @google-cloud/promisify to v2 ([#552](https://www.github.com/googleapis/nodejs-common/issues/552)) ([63175e0](https://www.github.com/googleapis/nodejs-common/commit/63175e0c4504020466a95e92c2449bdb8ac47546))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* drop support for node.js 8 ([#554](https://www.github.com/googleapis/nodejs-common/issues/554)) ([9f41047](https://www.github.com/googleapis/nodejs-common/commit/9f410477432893f68e57b5eeb31a068a3d8ef52f))
30+
731
## [2.4.0](https://www.github.com/googleapis/nodejs-common/compare/v2.3.0...v2.4.0) (2020-02-25)
832

933

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/common",
33
"description": "Common components for Cloud APIs Node.js Client Libraries",
4-
"version": "2.4.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/common": "^2.4.0"
14+
"@google-cloud/common": "^3.0.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^7.0.0"

0 commit comments

Comments
 (0)