Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
chore(main): release 0.2.0 (#12)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.2.0](v0.1.0...v0.2.0) (2022-09-14)


### Features

* Release API version v1beta1 (no changes to v1alpha2) ([#11](#11)) ([1ff35a6](1ff35a6))


### Bug Fixes

* Allow passing gax instance to client constructor ([#18](#18)) ([34e62f5](34e62f5))
* Better support for fallback mode ([#13](#13)) ([f48d918](f48d918))
* Change import long to require ([#14](#14)) ([3790bfd](3790bfd))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dataform/issues/1553)) ([#17](#17)) ([32373fd](32373fd))
* Preserve default values in x-goog-request-params header ([#19](#19)) ([bbb3790](bbb3790))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dataform/issues/1546)) ([#15](#15)) ([71f0add](71f0add))
* use google-gax v3.3.0 ([32373fd](32373fd))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 26, 2022
1 parent bbb3790 commit 826833e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/googleapis/nodejs-dataform/compare/v0.1.0...v0.2.0) (2022-09-14)


### Features

* Release API version v1beta1 (no changes to v1alpha2) ([#11](https://github.com/googleapis/nodejs-dataform/issues/11)) ([1ff35a6](https://github.com/googleapis/nodejs-dataform/commit/1ff35a6b63f9d64ea5f7d78a0022c1fab9c95411))


### Bug Fixes

* Allow passing gax instance to client constructor ([#18](https://github.com/googleapis/nodejs-dataform/issues/18)) ([34e62f5](https://github.com/googleapis/nodejs-dataform/commit/34e62f559325cf314e6c017da5f46b845a49ecef))
* Better support for fallback mode ([#13](https://github.com/googleapis/nodejs-dataform/issues/13)) ([f48d918](https://github.com/googleapis/nodejs-dataform/commit/f48d918863db5b1aeff084b562b087ce9b92e8ea))
* Change import long to require ([#14](https://github.com/googleapis/nodejs-dataform/issues/14)) ([3790bfd](https://github.com/googleapis/nodejs-dataform/commit/3790bfd0881957c089e22e372af19e172ade31eb))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dataform/issues/1553)) ([#17](https://github.com/googleapis/nodejs-dataform/issues/17)) ([32373fd](https://github.com/googleapis/nodejs-dataform/commit/32373fd2c5b85df5517821d7105635bc3f7ec723))
* Preserve default values in x-goog-request-params header ([#19](https://github.com/googleapis/nodejs-dataform/issues/19)) ([bbb3790](https://github.com/googleapis/nodejs-dataform/commit/bbb379042b001ed4fcc49423cfcee126dcff9270))
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dataform/issues/1546)) ([#15](https://github.com/googleapis/nodejs-dataform/issues/15)) ([71f0add](https://github.com/googleapis/nodejs-dataform/commit/71f0add64a43424ee71c0bbe03f82bf78d98eb3c))
* use google-gax v3.3.0 ([32373fd](https://github.com/googleapis/nodejs-dataform/commit/32373fd2c5b85df5517821d7105635bc3f7ec723))

## 0.1.0 (2022-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dataform",
"version": "0.1.0",
"version": "0.2.0",
"description": "dataform client for Node.js",
"repository": "googleapis/nodejs-dataform",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataform",
"version": "0.1.0",
"version": "0.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataform",
"version": "0.1.0",
"version": "0.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/dataform": "^0.1.0"
"@google-cloud/dataform": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 826833e

Please sign in to comment.