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

Commit

Permalink
chore: release 2.5.0 (#541)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
  • Loading branch information
release-please[bot] and kweinmeister committed Oct 15, 2021
1 parent 0fef529 commit c0c431b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

## [2.5.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.4.5...v2.5.0) (2021-10-14)


### Features

* turns on self-signed JWT feature flag ([#540](https://www.github.com/googleapis/nodejs-automl/issues/540)) ([bb611a4](https://www.github.com/googleapis/nodejs-automl/commit/bb611a4f2f1c372bafc4088f1a7660f7fddb9e08))

### [2.4.5](https://www.github.com/googleapis/nodejs-automl/compare/v2.4.4...v2.4.5) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/automl",
"description": "Cloud AutoML API client for Node.js",
"version": "2.4.5",
"version": "2.5.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^2.4.5",
"@google-cloud/automl": "^2.5.0",
"csv": "^5.1.3",
"mathjs": "^9.0.0",
"yargs": "^16.0.0"
Expand Down

0 comments on commit c0c431b

Please sign in to comment.