diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..16c4f18 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 426ebdb..853f236 100644 --- a/package.json +++ b/package.json @@ -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",