Skip to content

Commit f67a8ea

Browse files
authored
Release v0.28.0 (#539)
1 parent d725f58 commit f67a8ea

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

handwritten/pubsub/CHANGELOG.md

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

55
[1]: https://www.npmjs.com/package/nodejs-pubsub?activeTab=versions
66

7+
## v0.28.0
8+
9+
03-11-2019 09:11 PDT
10+
11+
### New Features
12+
- feat(topic): create setMetadata method ([#537](https://github.com/googleapis/nodejs-pubsub/pull/537))
13+
14+
### Dependencies
15+
- fix(deps): update dependency @google-cloud/paginator to ^0.2.0
16+
17+
### Internal / Testing Changes
18+
- build: Add docuploader credentials to node publish jobs ([#533](https://github.com/googleapis/nodejs-pubsub/pull/533))
19+
- test: add missing packages and install test ([#536](https://github.com/googleapis/nodejs-pubsub/pull/536))
20+
- refactor(typescript): noImplicitAny for Subscription test file ([#534](https://github.com/googleapis/nodejs-pubsub/pull/534))
21+
722
## v0.27.1
823

924
03-06-2019 20:11 PST

handwritten/pubsub/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/pubsub",
33
"description": "Cloud Pub/Sub Client Library for Node.js",
4-
"version": "0.27.1",
4+
"version": "0.28.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)