Skip to content

Commit

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


## [1.0.3](1.0.2...1.0.3)
(2024-05-28)


### Fixes

* Add `non-empty-string` inference for call site in `MessageName`
([#84](#84))
([ef94de3](ef94de3))
* Document that `Metadata` withers only accept new additional metadata,
not mandatory ([#79](#79))
([bb3c134](bb3c134))
* Validate inputs for `Metadata` to ensure serializable when ignoring
static analysis types
([#77](#77))
([d9c2d67](d9c2d67))

---
☕

Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com>
  • Loading branch information
lendabot[bot] authored May 28, 2024
1 parent de1f241 commit 6ff755a
Show file tree
Hide file tree
Showing 2 changed files with 10 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.2"
".": "1.0.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Fixes

* Add `non-empty-string` inference for call site in `MessageName` ([#84](https://github.com/Lendable/message/issues/84)) ([ef94de3](https://github.com/Lendable/message/commit/ef94de32c2f74d525ff7454a3c762b758231397d))
* Document that `Metadata` withers only accept new additional metadata, not mandatory ([#79](https://github.com/Lendable/message/issues/79)) ([bb3c134](https://github.com/Lendable/message/commit/bb3c134b8552cae328a28d6d10b71abefadb1376))
* Validate inputs for `Metadata` to ensure serializable when ignoring static analysis types ([#77](https://github.com/Lendable/message/issues/77)) ([d9c2d67](https://github.com/Lendable/message/commit/d9c2d67013c6366ee0d6f48bd728f2fa70c4ff28))

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


Expand Down

0 comments on commit 6ff755a

Please sign in to comment.