Skip to content

Commit 6ff755a

Browse files
chore: release 1.0.3 (#82)
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>
1 parent de1f241 commit 6ff755a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/Lendable/message/compare/1.0.2...1.0.3) (2024-05-28)
4+
5+
6+
### Fixes
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
312
## [1.0.2](https://github.com/Lendable/message/compare/1.0.1...1.0.2) (2024-05-08)
413

514

0 commit comments

Comments
 (0)