diff --git a/CHANGELOG.md b/CHANGELOG.md index b51452974..d0d19ad71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.162.1](https://github.com/stephenh/ts-proto/compare/v1.162.0...v1.162.1) (2023-10-13) + + +### Bug Fixes + +* Simplify safe key handling. ([#950](https://github.com/stephenh/ts-proto/issues/950)) ([5e0e6ca](https://github.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9)) + # [1.162.0](https://github.com/stephenh/ts-proto/compare/v1.161.1...v1.162.0) (2023-10-13) diff --git a/package.json b/package.json index 47a3082cf..b160d2edf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.162.0", + "version": "1.162.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",