Skip to content

File tree

core/packages/nodejs-proto-files/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://www.npmjs.com/package/google-proto-files?activeTab=versions
66

7+
## [2.1.0](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.0.0...v2.1.0) (2020-06-02)
8+
9+
10+
### Features
11+
12+
* proto3 optional fields support ([#290](https://www.github.com/googleapis/nodejs-proto-files/issues/290)) ([8bd1d45](https://www.github.com/googleapis/nodejs-proto-files/commit/8bd1d452962ca43e533e8b65d67b49d7631845b5))
13+
14+
15+
### Bug Fixes
16+
17+
* apache license URL ([#468](https://www.github.com/googleapis/nodejs-proto-files/issues/468)) ([#278](https://www.github.com/googleapis/nodejs-proto-files/issues/278)) ([740f75f](https://www.github.com/googleapis/nodejs-proto-files/commit/740f75ffc93f8831bdcf721a5a376fd78b8d2e33))
18+
* **deps:** use got v10 ([#245](https://www.github.com/googleapis/nodejs-proto-files/issues/245)) ([26229ef](https://www.github.com/googleapis/nodejs-proto-files/commit/26229ef87e7e8c93ebfe3f911f0dbe48f84d2f6a))
19+
720
## [2.0.0](https://www.github.com/googleapis/nodejs-proto-files/compare/v1.1.2...v2.0.0) (2020-03-27)
821

922

core/packages/nodejs-proto-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-proto-files",
33
"description": "All of the Google API's protocol buffer files",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"author": "google-proto-files project authors",
77
"engines": {

core/packages/nodejs-proto-files/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"google-proto-files": "^2.0.0"
17+
"google-proto-files": "^2.1.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)