Skip to content

Commit

Permalink
chore(release): 8.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.5](v8.0.4...v8.0.5) (2023-09-18)

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#108](#108)) ([a1b0c2a](a1b0c2a))
* delete templates [skip ci] ([#107](#107)) ([fef95f6](fef95f6))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([719b878](719b878))
* Update .github/workflows/stale.yml [skip ci] ([b036800](b036800))
* Update .github/workflows/stale.yml [skip ci] ([29d5e68](29d5e68))
* Update CODEOWNERS [skip ci] ([654a2db](654a2db))

### Dependencies

* **dev:** bump aegir from 38.1.8 to 40.0.0 ([#104](#104)) ([0342dd9](0342dd9))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 0342dd9 commit 2858874
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [8.0.5](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.4...v8.0.5) (2023-09-18)


### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#108](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/108)) ([a1b0c2a](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/a1b0c2af7ffbb43f8d182c31b81c321f4735174a))
* delete templates [skip ci] ([#107](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/107)) ([fef95f6](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/fef95f68bc7b860e26892ce82c8011cbe472d99b))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([719b878](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/719b8782ee2969cef9e1bcf76a26723b844a5a99))
* Update .github/workflows/stale.yml [skip ci] ([b036800](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/b03680001fc04803c52fdb3217afd302cc5dab03))
* Update .github/workflows/stale.yml [skip ci] ([29d5e68](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/29d5e68118a5af937d2ae868eee231fec1cffff5))
* Update CODEOWNERS [skip ci] ([654a2db](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/654a2db8947e5ac6113bbf7306b1b9f8a85b2ffe))


### Dependencies

* **dev:** bump aegir from 38.1.8 to 40.0.0 ([#104](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/104)) ([0342dd9](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/0342dd99004b8c1b5109caa873f34faebb0e2983))

## [8.0.4](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.3...v8.0.4) (2023-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub-peer-discovery",
"version": "8.0.4",
"version": "8.0.5",
"description": "A libp2p module that uses pubsub for mdns like peer discovery",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub-peer-discovery#readme",
Expand Down

0 comments on commit 2858874

Please sign in to comment.