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

Commit

Permalink
chore: release 0.2.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 8, 2021
1 parent c7b6662 commit e27089c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.2.0 (2021-10-07)


### Features

* add templated files from docker image ([2e5a5c2](https://www.github.com/googleapis/nodejs-data-fusion/commit/2e5a5c2646d7e31887ab788c96dc26c48c877e1e))
* add tests and samples to library ([#1](https://www.github.com/googleapis/nodejs-data-fusion/issues/1)) ([6efc5b9](https://www.github.com/googleapis/nodejs-data-fusion/commit/6efc5b94a5503edcd08f7bcf34f604ad644c2125))
* initial stub of library ([09de8f4](https://www.github.com/googleapis/nodejs-data-fusion/commit/09de8f4482387c1f54aec34b53c8cdf30d8e3f22))


### Build System

* initial release version ([#4](https://www.github.com/googleapis/nodejs-data-fusion/issues/4)) ([c7b6662](https://www.github.com/googleapis/nodejs-data-fusion/commit/c7b66626903c5ad588c244258b511f0a159ffde0))
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/data-fusion",
"version": "0.1.0",
"version": "0.2.0",
"description": "datafusion client for Node.js",
"repository": "googleapis/nodejs-data-fusion",
"license": "Apache-2.0",
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/data-fusion": "^0.1.0"
"@google-cloud/data-fusion": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit e27089c

Please sign in to comment.