diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc89737f..65d6c967a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.117.0](https://github.com/stephenh/ts-proto/compare/v1.116.1...v1.117.0) (2022-07-05) + + +### Features + +* add importSuffix option and remove default .js suffix ([#612](https://github.com/stephenh/ts-proto/issues/612)) ([63a8895](https://github.com/stephenh/ts-proto/commit/63a8895f5a3a38fa3d5c0868f44e950e137fb697)) + ## [1.116.1](https://github.com/stephenh/ts-proto/compare/v1.116.0...v1.116.1) (2022-07-02) diff --git a/package.json b/package.json index 9c13c3e2a..5606cd7e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.116.1", + "version": "1.117.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",