Skip to content

Commit

Permalink
chore(release): 1.179.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.179.0](v1.178.0...v1.179.0) (2024-06-15)

### Features

* bigIntLiteral option for using BigInt literals ([#1063](#1063)) ([b89fbcb](b89fbcb)), closes [#928](#928) [#932](#932)
  • Loading branch information
semantic-release-bot committed Jun 15, 2024
1 parent b89fbcb commit 227ae46
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 @@
# [1.179.0](https://github.com/stephenh/ts-proto/compare/v1.178.0...v1.179.0) (2024-06-15)


### Features

* bigIntLiteral option for using BigInt literals ([#1063](https://github.com/stephenh/ts-proto/issues/1063)) ([b89fbcb](https://github.com/stephenh/ts-proto/commit/b89fbcb1f99ccfcd1f06551286c2459e44a3bac2)), closes [#928](https://github.com/stephenh/ts-proto/issues/928) [#932](https://github.com/stephenh/ts-proto/issues/932)

# [1.178.0](https://github.com/stephenh/ts-proto/compare/v1.177.0...v1.178.0) (2024-06-07)


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

0 comments on commit 227ae46

Please sign in to comment.