diff --git a/CHANGELOG.md b/CHANGELOG.md index be1877c26..b51452974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.162.0](https://github.com/stephenh/ts-proto/compare/v1.161.1...v1.162.0) (2023-10-13) + + +### Features + +* support `json_name` defined in a proto file ([#943](https://github.com/stephenh/ts-proto/issues/943)) ([de989af](https://github.com/stephenh/ts-proto/commit/de989af0d9bf9910dc3c047a18d97f289bffe2ee)) + ## [1.161.1](https://github.com/stephenh/ts-proto/compare/v1.161.0...v1.161.1) (2023-10-10) diff --git a/package.json b/package.json index 19fe87270..47a3082cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.161.1", + "version": "1.162.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",