Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tiny-mirrors-drive.md

This file was deleted.

7 changes: 7 additions & 0 deletions consensus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# consensus

## 0.0.2

### Patch Changes

- [#275](https://github.com/smartcontractkit/capabilities/pull/275) [`8d9fe70`](https://github.com/smartcontractkit/capabilities/commit/8d9fe7062047743423f23d7d886d025fe5712891) Thanks [@MStreet3](https://github.com/MStreet3)! - #internal #bugfix handleCommonPrefixAggregation ignores lists of observations after they no longer can contribute to the common prefix
2 changes: 1 addition & 1 deletion consensus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "consensus",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"author": "",
"license": "UNLICENSED"
Expand Down
Loading