Skip to content

Commit

Permalink
Prepare 0.15.0 release (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Apr 27, 2021
1 parent 77d9ada commit bf47e95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 0.14.1-pre
## 0.15.0

### Changes
* [#272](https://github.com/improbable-eng/ts-protoc-gen/pull/272) Fix get/set conflicting method names. ([@pkwarren](https://github.com/pkwarren)).
* [#275](https://github.com/improbable-eng/ts-protoc-gen/pull/275) Add support for proto3 optional presence. ([@awbraunstein](https://github.com/awbraunstein)).
* [#276](https://github.com/improbable-eng/ts-protoc-gen/pull/276) Fixed primitive extension handling. ([@marcuslongmuir](https://github.com/marcuslongmuir)).

## 0.14.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.14.1-pre",
"version": "0.15.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 bf47e95

Please sign in to comment.