Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#358)
Browse files Browse the repository at this point in the history
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
release-please[bot] committed Jun 20, 2022
1 parent 7c2909e commit a0bc3da
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/google-cloud-datalabeling/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [3.0.0](https://github.com/googleapis/nodejs-datalabeling/compare/v2.3.0...v3.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#356)

### Bug Fixes

* **datalabeling:** add ancillary service bindings to service_yaml ([#331](https://github.com/googleapis/nodejs-datalabeling/issues/331)) ([1df9ca2](https://github.com/googleapis/nodejs-datalabeling/commit/1df9ca2c5f3bf0a5c937d5372d6ba1324536683f))


### Build System

* update library to use Node 12 ([#356](https://github.com/googleapis/nodejs-datalabeling/issues/356)) ([07afd31](https://github.com/googleapis/nodejs-datalabeling/commit/07afd3120b29225442eb9d38c3756de13766ae50))

## [2.3.0](https://www.github.com/googleapis/nodejs-datalabeling/compare/v2.2.7...v2.3.0) (2021-08-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datalabeling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/datalabeling",
"description": "Data Labeling API client for Node.js",
"version": "2.3.0",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-datalabeling",
"version": "2.3.0",
"version": "3.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datalabeling/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/datalabeling": "^2.3.0"
"@google-cloud/datalabeling": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit a0bc3da

Please sign in to comment.