Skip to content

Commit 4d3d1f1

Browse files
Bump @google-cloud/language to v1.0.0 (#14)
1 parent aaffe16 commit 4d3d1f1

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

packages/google-cloud-language/.cloud-repo-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"requiresKeyFile": true,
44
"requiresProjectId": true,
55
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/language/latest/",
6-
"release_quality": "beta",
6+
"release_quality": "ga",
77
"samples": [
88
{
99
"id": "analyze-v1",

packages/google-cloud-language/CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Sawyer Hollenshead <[email protected]>
1818
Song Wang <[email protected]>
1919
Stephen Sawchuk <[email protected]>
2020
Tim Swast <[email protected]>
21+
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>

packages/google-cloud-language/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Google Cloud Natural Language API: Node.js Client
44

5-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
5+
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
66
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-language.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-language)
77
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-language?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-language)
88
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-language/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-language)
@@ -107,10 +107,11 @@ also contains samples.
107107

108108
This library follows [Semantic Versioning](http://semver.org/).
109109

110-
This library is considered to be in **beta**. This means it is expected to be
111-
mostly stable while we work toward a general availability release; however,
112-
complete stability is not guaranteed. We will address issues and requests
113-
against beta libraries with a high priority.
110+
This library is considered to be **General Availability (GA)**. This means it
111+
is stable; the code surface will not change in backwards-incompatible ways
112+
unless absolutely necessary (e.g. because of critical security issues) or with
113+
an extensive deprecation period. Issues and requests against **GA** libraries
114+
are addressed with the highest priority.
114115

115116
More Information: [Google Cloud Platform Launch Stages][launch_stages]
116117

packages/google-cloud-language/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/language",
33
"description": "Google Cloud Natural Language API client for Node.js",
4-
"version": "0.13.0",
4+
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {
@@ -44,7 +44,8 @@
4444
"Sawyer Hollenshead <[email protected]>",
4545
"Song Wang <[email protected]>",
4646
"Stephen Sawchuk <[email protected]>",
47-
"Tim Swast <[email protected]>"
47+
"Tim Swast <[email protected]>",
48+
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>"
4849
],
4950
"scripts": {
5051
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",

0 commit comments

Comments
 (0)