Skip to content

Commit

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


##
[1.1.0](v1.0.7...v1.1.0)
(2025-01-09)


### Features

* new options for Safe transaction `nonce`: override and enqueue
([#28](#28))
([2ed336c](2ed336c)),
closes [#24](#24)
* normalize routes
([#27](#27))
([173c892](173c892)),
closes [#26](#26)
* replace assert with invariant in code to not require node environment
([#30](#30))
([de85648](de85648)),
closes [#20](#20)

---
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 9, 2025
1 parent de85648 commit b48ccbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* new options for Safe transaction `nonce`: override and enqueue ([#28](https://github.com/gnosisguild/ser-kit/issues/28)) ([2ed336c](https://github.com/gnosisguild/ser-kit/commit/2ed336cbad514bfd3072fa47ad53fed8be0fe4b2)), closes [#24](https://github.com/gnosisguild/ser-kit/issues/24)
* normalize routes ([#27](https://github.com/gnosisguild/ser-kit/issues/27)) ([173c892](https://github.com/gnosisguild/ser-kit/commit/173c892394378aaff698484e9cde5f4296351cbd)), closes [#26](https://github.com/gnosisguild/ser-kit/issues/26)
* replace assert with invariant in code to not require node environment ([#30](https://github.com/gnosisguild/ser-kit/issues/30)) ([de85648](https://github.com/gnosisguild/ser-kit/commit/de856483635c76a51c338df23f4eb9107383b390)), closes [#20](https://github.com/gnosisguild/ser-kit/issues/20)

## [1.0.7](https://github.com/gnosisguild/ser-kit/compare/v1.0.6...v1.0.7) (2024-12-20)


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

0 comments on commit b48ccbe

Please sign in to comment.