Skip to content

Commit

Permalink
chore(release): 2.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...v2.4.2) (2024-11-28)

### Performance Improvements

* Replacing "else if" with a "switch case" statement to improve Typescript performance ([#1142](#1142)) ([de1a616](de1a616)), closes [#1135](#1135) [#1141](#1141)
  • Loading branch information
semantic-release-bot committed Nov 28, 2024
1 parent de1a616 commit bf304b2
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.4.2](https://github.com/stephenh/ts-proto/compare/v2.4.1...v2.4.2) (2024-11-28)


### Performance Improvements

* Replacing "else if" with a "switch case" statement to improve Typescript performance ([#1142](https://github.com/stephenh/ts-proto/issues/1142)) ([de1a616](https://github.com/stephenh/ts-proto/commit/de1a616d24a90ef7b281c9e8966556adfa156ebb)), closes [#1135](https://github.com/stephenh/ts-proto/issues/1135) [#1141](https://github.com/stephenh/ts-proto/issues/1141)

## [2.4.1](https://github.com/stephenh/ts-proto/compare/v2.4.0...v2.4.1) (2024-11-26)


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

0 comments on commit bf304b2

Please sign in to comment.