From 860010a0549d28f001962e1a44bf52b6d4068f04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 15:40:46 +0000 Subject: [PATCH] chore(release): 1.166.0 [skip ci] # [1.166.0](https://github.com/stephenh/ts-proto/compare/v1.165.3...v1.166.0) (2023-12-29) ### Features * add useDate=string-nano option ([#981](https://github.com/stephenh/ts-proto/issues/981)) ([dc84098](https://github.com/stephenh/ts-proto/commit/dc840985d2afdd85e0b311c55aa831bac5da8ce4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca74baeb2..953ea93d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.166.0](https://github.com/stephenh/ts-proto/compare/v1.165.3...v1.166.0) (2023-12-29) + + +### Features + +* add useDate=string-nano option ([#981](https://github.com/stephenh/ts-proto/issues/981)) ([dc84098](https://github.com/stephenh/ts-proto/commit/dc840985d2afdd85e0b311c55aa831bac5da8ce4)) + ## [1.165.3](https://github.com/stephenh/ts-proto/compare/v1.165.2...v1.165.3) (2023-12-26) diff --git a/package.json b/package.json index 9b8edca61..b73d02ea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.165.3", + "version": "1.166.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",