From eb728adc918b1ac72a3a0b6e76e48a03a56d3c8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Oct 2022 14:39:40 +0000 Subject: [PATCH] chore(release): 1.130.0 [skip ci] # [1.130.0](https://github.com/stephenh/ts-proto/compare/v1.129.0...v1.130.0) (2022-10-22) ### Features * support `useReadonlyTypes` option ([#691](https://github.com/stephenh/ts-proto/issues/691)) ([4b87334](https://github.com/stephenh/ts-proto/commit/4b8733452fb59cea3b9fb4721159b97e6df59854)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd9bb885..8b76f07b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.130.0](https://github.com/stephenh/ts-proto/compare/v1.129.0...v1.130.0) (2022-10-22) + + +### Features + +* support `useReadonlyTypes` option ([#691](https://github.com/stephenh/ts-proto/issues/691)) ([4b87334](https://github.com/stephenh/ts-proto/commit/4b8733452fb59cea3b9fb4721159b97e6df59854)) + # [1.129.0](https://github.com/stephenh/ts-proto/compare/v1.128.0...v1.129.0) (2022-10-16) diff --git a/package.json b/package.json index 8d491a438..bdde7ff1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.129.0", + "version": "1.130.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",