Skip to content

Commit

Permalink
chore: release 1.0.2 (#65)
Browse files Browse the repository at this point in the history
New release
---


## [1.0.2](1.0.1...1.0.2)
(2024-05-08)


### Bug Fixes

* Document thrown exceptions in `Metadata`
([afb9efc](afb9efc))
* Document thrown exceptions in `UuidConverter`
([1e0ad78](1e0ad78))


### Performance Improvements

* Don't make new `MessageId` in `MetadataFactory`
([29bc606](29bc606))

---
☕

Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com>
  • Loading branch information
lendabot[bot] authored May 8, 2024
1 parent ea9ff1f commit 867fcc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.0.2](https://github.com/Lendable/message/compare/1.0.1...1.0.2) (2024-05-08)


### Bug Fixes

* Document thrown exceptions in `Metadata` ([afb9efc](https://github.com/Lendable/message/commit/afb9efc11a632b4fef1b77dc7368bee2623a35cb))
* Document thrown exceptions in `UuidConverter` ([1e0ad78](https://github.com/Lendable/message/commit/1e0ad783b4559b09889a295eeced7be9072cd9bb))


### Performance Improvements

* Don't make new `MessageId` in `MetadataFactory` ([29bc606](https://github.com/Lendable/message/commit/29bc606c21f5c9048f2b686a279c1c5c0a93b2bd))

0 comments on commit 867fcc5

Please sign in to comment.