Skip to content

Commit

Permalink
chore(release): 1.110.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.110.1](v1.110.0...v1.110.1) (2022-03-25)

### Bug Fixes

* Use a module star import for protobuf types. ([#540](#540)) ([f5b7700](f5b7700))
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent f5b7700 commit 36dccb4
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.110.1](https://github.com/stephenh/ts-proto/compare/v1.110.0...v1.110.1) (2022-03-25)


### Bug Fixes

* Use a module star import for protobuf types. ([#540](https://github.com/stephenh/ts-proto/issues/540)) ([f5b7700](https://github.com/stephenh/ts-proto/commit/f5b770083dffe72338beb4a09432a2a917760eae))

# [1.110.0](https://github.com/stephenh/ts-proto/compare/v1.109.1...v1.110.0) (2022-03-15)


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

0 comments on commit 36dccb4

Please sign in to comment.