Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#34)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](v1.1.0...v2.0.0)
(2025-01-30)


### ⚠ BREAKING CHANGES

* `formatPrefixedAddress` renamed to `prefixAddress`
* `parsePrefixedAddress` renamed to `unprefixAddress`
* generally handle addresses in lowercase representation
([#35](#35))

### Bug Fixes

* generally handle addresses in lowercase representation
([#35](#35))
([ea31896](ea31896)),
closes [#31](#31)
* narrow `TransactionRequest` type to indicate it's serializable
([#33](#33))
([946b81b](946b81b)),
closes [#32](#32)


### Miscellaneous Chores

* `formatPrefixedAddress` renamed to `prefixAddress`
([ea31896](ea31896))
* `parsePrefixedAddress` renamed to `unprefixAddress`
([ea31896](ea31896))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent ea31896 commit 3c765c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://github.com/gnosisguild/ser-kit/compare/v1.1.0...v2.0.0) (2025-01-30)


### ⚠ BREAKING CHANGES

* `formatPrefixedAddress` renamed to `prefixAddress`
* `parsePrefixedAddress` renamed to `unprefixAddress`
* generally handle addresses in lowercase representation ([#35](https://github.com/gnosisguild/ser-kit/issues/35))

### Bug Fixes

* generally handle addresses in lowercase representation ([#35](https://github.com/gnosisguild/ser-kit/issues/35)) ([ea31896](https://github.com/gnosisguild/ser-kit/commit/ea31896b99bbfa564281f0cf9b0af245b454fc4c)), closes [#31](https://github.com/gnosisguild/ser-kit/issues/31)
* narrow `TransactionRequest` type to indicate it's serializable ([#33](https://github.com/gnosisguild/ser-kit/issues/33)) ([946b81b](https://github.com/gnosisguild/ser-kit/commit/946b81b80106bb96ebe9a73e0614a314ac0e81b0)), closes [#32](https://github.com/gnosisguild/ser-kit/issues/32)


### Miscellaneous Chores

* `formatPrefixedAddress` renamed to `prefixAddress` ([ea31896](https://github.com/gnosisguild/ser-kit/commit/ea31896b99bbfa564281f0cf9b0af245b454fc4c))
* `parsePrefixedAddress` renamed to `unprefixAddress` ([ea31896](https://github.com/gnosisguild/ser-kit/commit/ea31896b99bbfa564281f0cf9b0af245b454fc4c))

## [1.1.0](https://github.com/gnosisguild/ser-kit/compare/v1.0.7...v1.1.0) (2025-01-09)


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": "ser-kit",
"version": "1.1.0",
"version": "2.0.0",
"author": "Gnosis Guild",
"license": "LGPL-3.0",
"homepage": "https://github.com/gnosisguild/ser-kit",
Expand Down

0 comments on commit 3c765c5

Please sign in to comment.