Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 3ada2cd

Browse files
authored
Release v0.18.0 (#279)
1 parent f3f9346 commit 3ada2cd

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
[npm history][1]
4+
5+
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
6+
7+
## v0.18.0
8+
9+
### Implementation Changes
10+
BREAKING CHANGE:
11+
- fix: drop support for node.js 4.x and 9.x (#262)
12+
13+
### New Features
14+
15+
### Dependencies
16+
- refactor: add dependency on @grpc/proto-loader (#229)
17+
- chore(deps): update dependency typescript to v3 (#275)
18+
- fix(deps): update dependency @grpc/proto-loader to ^0.3.0 (#269)
19+
- chore(deps): update dependency gts to ^0.8.0 (#266)
20+
- chore(package): Update gts to the latest version 🚀 (#255)
21+
- chore(package): update @types/globby to version 8.0.0 (#257)
22+
23+
### Documentation
24+
- Add Code of Conduct
25+
26+
### Internal / Testing Changes
27+
- chore: move mocha options to mocha.opts (#274)
28+
- test: fixing timeouts (#264)
29+
- Configure Renovate (#258)
30+
- fix: fix typo in a test (#260)
31+
- fix: update linking for samples (#259)
32+
- refactor: remove prettier, eslint, jshint (#254)
33+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)