Skip to content

Commit

Permalink
Prepare 0.14.0 release (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Dec 15, 2020
1 parent 2e080f3 commit 2a80c6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.13.1-pre
## 0.14.0

### Changes
* [#247](https://github.com/improbable-eng/ts-protoc-gen/pull/247) Added support for grpc and @grpc/grpc-js server interfaces. ([@badsyntax](https://github.com/badsyntax)).

## 0.13.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-protoc-gen",
"version": "0.13.1-pre",
"version": "0.14.0",
"description": "Protoc Plugin for TypeScript Declarations and Service Definitions",
"scripts": {
"lint": "tslint -c tslint.json \"test/**/*.ts\" \"src/**/*.ts\"",
Expand Down

0 comments on commit 2a80c6f

Please sign in to comment.