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

Commit

Permalink
chore(main): release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 23, 2022
1 parent bc2cf61 commit c9e8e77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.1.1](https://github.com/googleapis/nodejs-datalabeling/compare/v3.1.0...v3.1.1) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#369](https://github.com/googleapis/nodejs-datalabeling/issues/369)) ([bc2cf61](https://github.com/googleapis/nodejs-datalabeling/commit/bc2cf61fefcd03248a8b1eae492729edc677555a))
* **deps:** do not depend on protobufjs ([#365](https://github.com/googleapis/nodejs-datalabeling/issues/365)) ([68c3205](https://github.com/googleapis/nodejs-datalabeling/commit/68c320583fcd4157a2a95aa01c431bf2193d0182))

## [3.1.0](https://github.com/googleapis/nodejs-datalabeling/compare/v3.0.0...v3.1.0) (2022-07-05)


Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "^3.1.0"
"@google-cloud/datalabeling": "^3.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit c9e8e77

Please sign in to comment.