Skip to content

Commit

Permalink
Merge pull request #13 from fabianbormann/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--meerkat

chore(main): release 1.0.11
  • Loading branch information
fabianbormann authored Dec 15, 2022
2 parents c408ac5 + 743e6fd commit 65ab83c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.11](https://github.com/fabianbormann/meerkat/compare/v1.0.10...v1.0.11) (2022-12-15)


### ⚠ BREAKING CHANGES

* connections event just returns a list of wire identifiers not all the wire information

### Features

* connections event just returns a list of wire identifiers not all the wire information ([c408ac5](https://github.com/fabianbormann/meerkat/commit/c408ac5f858bd34bb493a8f4ba42eacf82ba0af6))

## [1.0.10](https://github.com/fabianbormann/meerkat/compare/v1.0.9...v1.0.10) (2022-12-15)


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": "@fabianbormann/meerkat",
"version": "1.0.10",
"version": "1.0.11",
"description": "Browser-to-browser networking built on WebTorrent",
"main": "dist/meerkat.min.js",
"module": "dist/meerkat.min.js",
Expand Down

0 comments on commit 65ab83c

Please sign in to comment.