Skip to content

Commit

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

### Features

* Add options to limit generation of encode and decode methods to only specific message types ([#1085](#1085)) ([c7372fa](c7372fa)), closes [#1084](#1084)
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent c7372fa commit eed4d40
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.0](https://github.com/stephenh/ts-proto/compare/v2.4.2...v2.5.0) (2024-12-03)


### Features

* Add options to limit generation of encode and decode methods to only specific message types ([#1085](https://github.com/stephenh/ts-proto/issues/1085)) ([c7372fa](https://github.com/stephenh/ts-proto/commit/c7372fab20cdac0199b79fd861e6b08113aba145)), closes [#1084](https://github.com/stephenh/ts-proto/issues/1084)

## [2.4.2](https://github.com/stephenh/ts-proto/compare/v2.4.1...v2.4.2) (2024-11-28)


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.4.2",
"version": "2.5.0",
"description": "",
"main": "build/src/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit eed4d40

Please sign in to comment.