From 5f439baa52139c82704fabb8480d9f7b74294473 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 May 2023 03:36:56 +0000 Subject: [PATCH] chore(release): 1.148.0 [skip ci] # [1.148.0](https://github.com/stephenh/ts-proto/compare/v1.147.3...v1.148.0) (2023-05-23) ### Features * Generate Index Files ([#821](https://github.com/stephenh/ts-proto/issues/821)) ([85bf206](https://github.com/stephenh/ts-proto/commit/85bf206ca8c1052849aea3e39522ad4918e0d736)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2edb2ab..6acee89aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.148.0](https://github.com/stephenh/ts-proto/compare/v1.147.3...v1.148.0) (2023-05-23) + + +### Features + +* Generate Index Files ([#821](https://github.com/stephenh/ts-proto/issues/821)) ([85bf206](https://github.com/stephenh/ts-proto/commit/85bf206ca8c1052849aea3e39522ad4918e0d736)) + ## [1.147.3](https://github.com/stephenh/ts-proto/compare/v1.147.2...v1.147.3) (2023-05-16) diff --git a/package.json b/package.json index ebc3b623e..77550d79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.147.3", + "version": "1.148.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",