diff --git a/CHANGELOG.md b/CHANGELOG.md index 04996654..2608b696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.2](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.1...v5.1.2) (2024-06-14) + + +### Bug Fixes + +* include version.cjs in the .npmignore, which is preventing the published package from functioning correctly. ([#311](https://github.com/webtorrent/webtorrent-cli/issues/311)) ([c3138e0](https://github.com/webtorrent/webtorrent-cli/commit/c3138e02ed9f508b4878b86ab29332a2d4543a92)) + ## [5.1.1](https://github.com/webtorrent/webtorrent-cli/compare/v5.1.0...v5.1.1) (2024-06-13) diff --git a/package.json b/package.json index ad1e3759..c56f592f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webtorrent-cli", "type": "module", "description": "WebTorrent, the streaming torrent client. For the command line.", - "version": "5.1.1", + "version": "5.1.2", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",