Skip to content

Commit bf47e95

Browse files
Prepare 0.15.0 release (#278)
1 parent 77d9ada commit bf47e95

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 0.14.1-pre
1+
## 0.15.0
2+
3+
### Changes
4+
* [#272](https://github.com/improbable-eng/ts-protoc-gen/pull/272) Fix get/set conflicting method names. ([@pkwarren](https://github.com/pkwarren)).
5+
* [#275](https://github.com/improbable-eng/ts-protoc-gen/pull/275) Add support for proto3 optional presence. ([@awbraunstein](https://github.com/awbraunstein)).
6+
* [#276](https://github.com/improbable-eng/ts-protoc-gen/pull/276) Fixed primitive extension handling. ([@marcuslongmuir](https://github.com/marcuslongmuir)).
27

38
## 0.14.0
49

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": "ts-protoc-gen",
3-
"version": "0.14.1-pre",
3+
"version": "0.15.0",
44
"description": "Protoc Plugin for TypeScript Declarations and Service Definitions",
55
"scripts": {
66
"lint": "tslint -c tslint.json \"test/**/*.ts\" \"src/**/*.ts\"",

0 commit comments

Comments
 (0)