Skip to content

Commit

Permalink
Merge pull request #15 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.13
  • Loading branch information
fabianbormann authored Aug 5, 2023
2 parents a74b9db + 002455b commit 0cb7f96
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.13](https://github.com/fabianbormann/meerkat/compare/v1.0.12...v1.0.13) (2023-08-05)


### Features

* add bundle pipeline to release the browser bundle to gh pages ([571c851](https://github.com/fabianbormann/meerkat/commit/571c851a236f1169d5bc32a0966c45ffcf823776))
* add cypress tests ([6b0e3ae](https://github.com/fabianbormann/meerkat/commit/6b0e3ae26fc783a842b281f3da4921c0e264580e))


### Bug Fixes

* update dependencies and update webpack build to make it work with the latest version. Remove jest, as the test pipeline was not working properly ([fdd8323](https://github.com/fabianbormann/meerkat/commit/fdd8323a014f6f98ef2011c3adde1848aa426513))

## [1.0.12](https://github.com/fabianbormann/meerkat/compare/v1.0.11...v1.0.12) (2023-03-24)


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

0 comments on commit 0cb7f96

Please sign in to comment.