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

Commit

Permalink
chore(main): release 2.0.0 (#124)
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>
  • Loading branch information
release-please[bot] committed May 12, 2022
1 parent e5e62df commit 1c968c7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/googleapis/nodejs-contact-center-insights/compare/v1.11.0...v2.0.0) (2022-05-12)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#122)

### Build System

* update library to use Node 12 ([#122](https://github.com/googleapis/nodejs-contact-center-insights/issues/122)) ([e5e62df](https://github.com/googleapis/nodejs-contact-center-insights/commit/e5e62dfe5f3fe1cc7a5de02f8a997f84e496f4da))

## [1.11.0](https://github.com/googleapis/nodejs-contact-center-insights/compare/v1.10.0...v1.11.0) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/contact-center-insights",
"version": "1.11.0",
"version": "2.0.0",
"description": "contactcenterinsights client for Node.js",
"repository": "googleapis/nodejs-contact-center-insights",
"license": "Apache-2.0",
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-contactcenterinsights",
"version": "1.11.0",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^5.7.1",
"@google-cloud/contact-center-insights": "^1.11.0",
"@google-cloud/contact-center-insights": "^2.0.0",
"@google-cloud/pubsub": "^2.17.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1c968c7

Please sign in to comment.