diff --git a/CHANGELOG.md b/CHANGELOG.md index 24db5dd52..f62686707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.111.0](https://github.com/stephenh/ts-proto/compare/v1.110.4...v1.111.0) (2022-05-01) + + +### Features + +* include service and definition types with implementations ([#552](https://github.com/stephenh/ts-proto/issues/552)) ([6b896f4](https://github.com/stephenh/ts-proto/commit/6b896f4b7f4ba0f0d97730767421786171646aea)) + ## [next](https://github.com/stephenh/ts-proto/compare/v1.110.4...main) (????-??-??) ### Features diff --git a/package.json b/package.json index bb14a91c3..33792bf9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.110.4", + "version": "1.111.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",