From c0068bac164aabe15088e2fa220b5ba56bdfbbb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 03:56:50 +0000 Subject: [PATCH] chore(release): 1.166.3 [skip ci] ## [1.166.3](https://github.com/stephenh/ts-proto/compare/v1.166.2...v1.166.3) (2024-01-18) ### Bug Fixes * add support of importSuffix=.js for index files ([#986](https://github.com/stephenh/ts-proto/issues/986)) ([183cf03](https://github.com/stephenh/ts-proto/commit/183cf039895184edd365e6cb7bb9751426ac56f4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c82578b5..358e5e33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.166.3](https://github.com/stephenh/ts-proto/compare/v1.166.2...v1.166.3) (2024-01-18) + + +### Bug Fixes + +* add support of importSuffix=.js for index files ([#986](https://github.com/stephenh/ts-proto/issues/986)) ([183cf03](https://github.com/stephenh/ts-proto/commit/183cf039895184edd365e6cb7bb9751426ac56f4)) + ## [1.166.2](https://github.com/stephenh/ts-proto/compare/v1.166.1...v1.166.2) (2023-12-31) diff --git a/package.json b/package.json index 0d2025306..0ee7294ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.166.2", + "version": "1.166.3", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",