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

Commit

Permalink
feat: promote to stable (#106)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
chingor13 committed Mar 23, 2022
1 parent ecae4e4 commit 0c3b5f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/solutions/contact-center",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/contact-center-insights/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-contact-center-insights/issues",
"release_level": "preview",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-contact-center-insights",
"distribution_name": "@google-cloud/contact-center-insights",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -4,7 +4,7 @@

# [Contact Center AI Insights API: Node.js Client](https://github.com/googleapis/nodejs-contact-center-insights)

[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/contact-center-insights.svg)](https://www.npmjs.org/package/@google-cloud/contact-center-insights)


Expand Down Expand Up @@ -131,13 +131,14 @@ This library follows [Semantic Versioning](http://semver.org/).



This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.




This library is considered to be in **preview**. This means it is still a
work-in-progress and under active development. Any release is subject to
backwards-incompatible changes at any time.


More Information: [Google Cloud Platform Launch Stages][launch_stages]
Expand Down

0 comments on commit 0c3b5f9

Please sign in to comment.