Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable committed Apr 19, 2018
1 parent 047b4ff commit dbcd6ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0

### Changes
* Generate gRPC Service Stubs for use with grpc-web [@jonahbron](https://github.com/jonahbron) and [@jonny-improbable]((https://github.com/jonny-improbable)) in [#40](https://github.com/improbable-eng/ts-protoc-gen/pull/40)
* Fix filename manipulation bug which would cause problems for users who store generated files with `.proto` in the path. [@easyCZ](https://github.com/easyCZ) in [#56](https://github.com/improbable-eng/ts-protoc-gen/pull/56)

## 0.5.2

### Changes
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.5.2",
"version": "0.6.0",
"description": "Protoc Plugin for TypeScript Declarations and Service Definitions",
"scripts": {
"lint": "tslint src/**/*.ts && (cd test && npm run lint)",
Expand Down

0 comments on commit dbcd6ba

Please sign in to comment.