Skip to content

Commit 21a9a10

Browse files
committed
0.2.0
* chore: update CI to use node 10/12/14 (Raymond Feng) * chore: update protoc binaries (Raymond Feng) * feat: upgrade dependencies and Node.js requirement (Raymond Feng) * chore: update handlebars (jannyHou) * fix: allow multiple methods for the same service (Raymond Feng) * chore: update dependencies/headers/tsdocs (Raymond Feng) * fix: correct proto files compiler path on windows (Mouti'a Benachour) * chore: update dependencies (Raymond Feng)
1 parent b4c1b2f commit 21a9a10

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGES.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
2019-06-28, Version 0.1.1
1+
2020-06-19, Version 0.2.0
22
=========================
33

4-
* fix: remove apidocs generation (Raymond Feng)
4+
* chore: update CI to use node 10/12/14 (Raymond Feng)
5+
6+
* chore: update protoc binaries (Raymond Feng)
7+
8+
* feat: upgrade dependencies and Node.js requirement (Raymond Feng)
9+
10+
* chore: update handlebars (jannyHou)
11+
12+
* fix: allow multiple methods for the same service (Raymond Feng)
513

14+
* chore: update dependencies/headers/tsdocs (Raymond Feng)
615

7-
2019-06-28, Version 0.1.0
16+
* fix: correct proto files compiler path on windows (Mouti'a Benachour)
17+
18+
* chore: update dependencies (Raymond Feng)
19+
20+
21+
2019-06-28, Version 0.1.1
822
=========================
923

24+
* fix: remove apidocs generation (Raymond Feng)
25+
1026
* chore: upgrade to latest loopback 4 modules (Raymond Feng)
1127

1228
* chore: upgrade to latest LB4 modules (Raymond Feng)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopback/grpc",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A gRPC extension for LoopBack Next",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)