Skip to content

Commit

Permalink
chore(master): release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
1 parent 47c08dd commit 11bf26e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.1.1](https://github.com/hldb/welo/compare/v4.1.0...v4.1.1) (2024-02-13)


### Bug Fixes

* prevent the heads promise from throwing ([59b592c](https://github.com/hldb/welo/commit/59b592c8252cfab380d4cd9b50988601cc1d3c38))
* replace broken bloom filter ([05edd0d](https://github.com/hldb/welo/commit/05edd0d52feadd14099c2e20aeb1043b403308aa))

## [4.1.0](https://github.com/hldb/welo/compare/v4.0.0...v4.1.0) (2024-02-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "welo",
"version": "4.1.0",
"version": "4.1.1",
"description": "peer-to-peer, collaborative states using merkle-crdts",
"license": "Apache-2.0 OR MIT",
"engines": {
Expand Down

0 comments on commit 11bf26e

Please sign in to comment.