Skip to content

Commit

Permalink
chore(release): 1.112.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.112.2](v1.112.1...v1.112.2) (2022-05-18)

### Bug Fixes

* enum type returns 'UNRECOGNIZED' or '-1' in xxxToJSON/xxxToNumber ([#566](#566)) ([19911a1](19911a1))
  • Loading branch information
semantic-release-bot committed May 18, 2022
1 parent 19911a1 commit 8c27f83
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.112.2](https://github.com/stephenh/ts-proto/compare/v1.112.1...v1.112.2) (2022-05-18)


### Bug Fixes

* enum type returns 'UNRECOGNIZED' or '-1' in xxxToJSON/xxxToNumber ([#566](https://github.com/stephenh/ts-proto/issues/566)) ([19911a1](https://github.com/stephenh/ts-proto/commit/19911a1c62e3fe5c8a0eb0a795489340512898da))

## [1.112.1](https://github.com/stephenh/ts-proto/compare/v1.112.0...v1.112.1) (2022-05-06)


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.112.1",
"version": "1.112.2",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit 8c27f83

Please sign in to comment.