Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-11-11)

### Features

* initial import ([426b7f6](426b7f6))

### Bug Fixes

* add updates to support libp2p 2.0 ([#2](#2)) ([b70aeac](b70aeac))
* create defered promise with reject prop ([ad853c6](ad853c6))

### Trivial Changes

* add tests to ensure there are no regressions ([#3](#3)) ([e22b313](e22b313))
* Update .github/pull_request_template.md [skip ci] ([f8cbf0e](f8cbf0e))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([a211fb1](a211fb1))
* Update .github/workflows/stale.yml [skip ci] ([0c3c438](0c3c438))

### Documentation

* replace invalid character ([08d25a8](08d25a8))
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent e22b313 commit 2af0817
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 1.0.0 (2024-11-11)

### Features

* initial import ([426b7f6](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/426b7f6a2a6249e98f172081b41ee074ab18285e))

### Bug Fixes

* add updates to support libp2p 2.0 ([#2](https://github.com/libp2p/js-libp2p-protocol-adventure/issues/2)) ([b70aeac](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/b70aeace705e80e83ecb81020ad22e94f74ba745))
* create defered promise with reject prop ([ad853c6](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/ad853c686344d96e654e78d23ebf2ca9c1c1b2ba))

### Trivial Changes

* add tests to ensure there are no regressions ([#3](https://github.com/libp2p/js-libp2p-protocol-adventure/issues/3)) ([e22b313](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/e22b3132635c9ff6fa976cbdef5bfdeaf650c1f7))
* Update .github/pull_request_template.md [skip ci] ([f8cbf0e](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/f8cbf0eae7ebde6d3f8fdb2c8753cb05e593f499))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([a211fb1](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/a211fb135de279ca97615559d0bc2910e36d2197))
* Update .github/workflows/stale.yml [skip ci] ([0c3c438](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/0c3c4386a36af5ae49a449e6ae0715a478123cbe))

### Documentation

* replace invalid character ([08d25a8](https://github.com/libp2p/js-libp2p-protocol-adventure/commit/08d25a859744145b03fb39a8fa6f73830ee207d7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/protocol-adventure",
"version": "0.0.1",
"version": "1.0.0",
"description": "Learn how to develop custom protocols with libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-protocol-adventure#readme",
Expand Down

0 comments on commit 2af0817

Please sign in to comment.