Skip to content

Commit bf4139b

Browse files
chore(release): 1.106.1 [skip ci]
## [1.106.1](v1.106.0...v1.106.1) (2022-02-21) ### Bug Fixes * support json_name containing hyphen on all field types ([#521](#521)) ([8d9e78e](8d9e78e))
1 parent 8d9e78e commit bf4139b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.106.1](https://github.com/stephenh/ts-proto/compare/v1.106.0...v1.106.1) (2022-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* support json_name containing hyphen on all field types ([#521](https://github.com/stephenh/ts-proto/issues/521)) ([8d9e78e](https://github.com/stephenh/ts-proto/commit/8d9e78eb39c460f6727458f6a2dd149deb983668))
7+
18
# [1.106.0](https://github.com/stephenh/ts-proto/compare/v1.105.2...v1.106.0) (2022-02-21)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-proto",
3-
"version": "1.106.0",
3+
"version": "1.106.1",
44
"description": "",
55
"main": "build/plugin.js",
66
"repository": "github:stephenh/ts-proto",

0 commit comments

Comments
 (0)