Skip to content

Commit

Permalink
chore(release): 2.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.1](v2.5.0...v2.5.1) (2024-12-09)

### Bug Fixes

* google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix ([#1146](#1146)) ([53f799e](53f799e))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 53f799e commit 14a55ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.1](https://github.com/stephenh/ts-proto/compare/v2.5.0...v2.5.1) (2024-12-09)


### Bug Fixes

* google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix ([#1146](https://github.com/stephenh/ts-proto/issues/1146)) ([53f799e](https://github.com/stephenh/ts-proto/commit/53f799e34b75940aeafec0fafa50f3bd5849dcad))

# [2.5.0](https://github.com/stephenh/ts-proto/compare/v2.4.2...v2.5.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-proto",
"version": "2.5.0",
"version": "2.5.1",
"description": "",
"main": "build/src/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit 14a55ee

Please sign in to comment.