Skip to content

Commit

Permalink
chore: release 2.4.1 (#481)
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>
  • Loading branch information
release-please[bot] authored and pull[bot] committed Jan 30, 2024
1 parent 22f7fb2 commit 86933a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-automl/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/automl?activeTab=versions

### [2.4.1](https://www.github.com/googleapis/nodejs-automl/compare/v2.4.0...v2.4.1) (2021-03-07)


### Bug Fixes

* **deps:** update dependency mathjs to v9 ([#482](https://www.github.com/googleapis/nodejs-automl/issues/482)) ([8917ce3](https://www.github.com/googleapis/nodejs-automl/commit/8917ce3d6ed53e94113ed5aa5a42f918a4531a40))
* Wrote inputs as string to facilitate parsing ([#480](https://www.github.com/googleapis/nodejs-automl/issues/480)) ([3d9aa88](https://www.github.com/googleapis/nodejs-automl/commit/3d9aa8899dd39041cf45a5c298d7cc010ca8d020))

## [2.4.0](https://www.github.com/googleapis/nodejs-automl/compare/v2.3.1...v2.4.0) (2021-01-09)


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

0 comments on commit 86933a1

Please sign in to comment.