Skip to content

Commit

Permalink
chore(release): 1.82.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.82.5](v1.82.4...v1.82.5) (2021-08-05)

### Bug Fixes

* Field starting with '_' generates an interface property starting with 'undefined' ([#344](#344)) ([fab354f](fab354f))
  • Loading branch information
semantic-release-bot committed Aug 5, 2021
1 parent fab354f commit 0df4afb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.82.5](https://github.com/stephenh/ts-proto/compare/v1.82.4...v1.82.5) (2021-08-05)


### Bug Fixes

* Field starting with '_' generates an interface property starting with 'undefined' ([#344](https://github.com/stephenh/ts-proto/issues/344)) ([fab354f](https://github.com/stephenh/ts-proto/commit/fab354f3f8f3aae51bb0377f98138bc80a1113e3))

## [1.82.4](https://github.com/stephenh/ts-proto/compare/v1.82.3...v1.82.4) (2021-08-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-proto",
"version": "1.82.4",
"version": "1.82.5",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit 0df4afb

Please sign in to comment.