Skip to content

Commit

Permalink
chore(release): 1.170.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.170.0](v1.169.1...v1.170.0) (2024-03-26)

### Features

* support deprecatedOnly option to make deprecated fields optional ([#1010](#1010)) ([db23004](db23004))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent db23004 commit 25b3da0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [1.170.0](https://github.com/stephenh/ts-proto/compare/v1.169.1...v1.170.0) (2024-03-26)


### Features

* support deprecatedOnly option to make deprecated fields optional ([#1010](https://github.com/stephenh/ts-proto/issues/1010)) ([db23004](https://github.com/stephenh/ts-proto/commit/db230041f69fa6a7ff17db55595e7b8805e655ba))

## [1.169.1](https://github.com/stephenh/ts-proto/compare/v1.169.0...v1.169.1) (2024-03-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-proto",
"version": "1.169.1",
"version": "1.170.0",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit 25b3da0

Please sign in to comment.