diff --git a/CHANGELOG.md b/CHANGELOG.md index 458f94727..831f2c0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.90.0](https://github.com/stephenh/ts-proto/compare/v1.89.0...v1.90.0) (2021-11-24) + + +### Features + +* Add support for 'json_name' annotation ([#408](https://github.com/stephenh/ts-proto/issues/408)) ([b519717](https://github.com/stephenh/ts-proto/commit/b5197174bcaacb8f163cd197d52ab9c645d21d4c)) + # [1.89.0](https://github.com/stephenh/ts-proto/compare/v1.88.0...v1.89.0) (2021-11-24) diff --git a/package.json b/package.json index 7862abc54..638f3a74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.89.0", + "version": "1.90.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",