diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf6b5d9e..47bc82ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.153.0](https://github.com/stephenh/ts-proto/compare/v1.152.1...v1.153.0) (2023-07-12) + + +### Features + +* Update protobufjs (and peer dependencies) to ^7 ([#874](https://github.com/stephenh/ts-proto/issues/874)) ([7f979a7](https://github.com/stephenh/ts-proto/commit/7f979a70af2e42c8c429ae5f65787e0b43ccb706)) + ## [1.152.1](https://github.com/stephenh/ts-proto/compare/v1.152.0...v1.152.1) (2023-07-10) diff --git a/package.json b/package.json index cf3fe4740..f45e482f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.152.1", + "version": "1.153.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",