Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 5c1bd05

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-08-05) ### Trivial Changes * **release:** 1.0.1 [skip ci] ([f3d12fc](f3d12fc)), closes [#9](#9) [#3](#3) * **release:** 1.0.2 [skip ci] ([4eeef7e](4eeef7e)), closes [#16](#16) * Update .github/workflows/stale.yml [skip ci] ([77f9ffc](77f9ffc)) * Update .github/workflows/stale.yml [skip ci] ([f95d5ca](f95d5ca)) * Update .github/workflows/stale.yml [skip ci] ([58a4feb](58a4feb)) * Update .github/workflows/stale.yml [skip ci] ([e958f19](e958f19)) ### Documentation * update config key name ([#3](#3)) ([bb798a4](bb798a4)) ### Dependencies * **dev:** bump aegir from 38.1.8 to 39.0.7 ([#9](#9)) ([94c23bf](94c23bf)) * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#16](#16)) ([088828f](088828f)) * update project deps ([#20](#20)) ([ac01bd7](ac01bd7))
1 parent ac01bd7 commit 5c1bd05

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [1.0.1](https://github.com/libp2p/js-http-v1-content-routing/compare/v1.0.0...v1.0.1) (2023-08-05)
2+
3+
4+
### Trivial Changes
5+
6+
* **release:** 1.0.1 [skip ci] ([f3d12fc](https://github.com/libp2p/js-http-v1-content-routing/commit/f3d12fc2c873c190641e2ef017ff8a6f40091bee)), closes [#9](https://github.com/libp2p/js-http-v1-content-routing/issues/9) [#3](https://github.com/libp2p/js-http-v1-content-routing/issues/3)
7+
* **release:** 1.0.2 [skip ci] ([4eeef7e](https://github.com/libp2p/js-http-v1-content-routing/commit/4eeef7e431542560cb35304e4e7cb0f433e7d671)), closes [#16](https://github.com/libp2p/js-http-v1-content-routing/issues/16)
8+
* Update .github/workflows/stale.yml [skip ci] ([77f9ffc](https://github.com/libp2p/js-http-v1-content-routing/commit/77f9ffce2cb7ea56c0861b4de9c7284d4b1b36ff))
9+
* Update .github/workflows/stale.yml [skip ci] ([f95d5ca](https://github.com/libp2p/js-http-v1-content-routing/commit/f95d5ca6be48da5d2d175277298638de12ca3558))
10+
* Update .github/workflows/stale.yml [skip ci] ([58a4feb](https://github.com/libp2p/js-http-v1-content-routing/commit/58a4febb7c6856601e7c1200b4c7006b4c5903ad))
11+
* Update .github/workflows/stale.yml [skip ci] ([e958f19](https://github.com/libp2p/js-http-v1-content-routing/commit/e958f19e053cb9cdbbae29d6e552e7a443d0eae1))
12+
13+
14+
### Documentation
15+
16+
* update config key name ([#3](https://github.com/libp2p/js-http-v1-content-routing/issues/3)) ([bb798a4](https://github.com/libp2p/js-http-v1-content-routing/commit/bb798a442e7b6c76ce260eceb073ab17880c6183))
17+
18+
19+
### Dependencies
20+
21+
* **dev:** bump aegir from 38.1.8 to 39.0.7 ([#9](https://github.com/libp2p/js-http-v1-content-routing/issues/9)) ([94c23bf](https://github.com/libp2p/js-http-v1-content-routing/commit/94c23bf32e63e2bad9a26bf7a6eccbc87ec0e290))
22+
* **dev:** bump aegir from 39.0.13 to 40.0.8 ([#16](https://github.com/libp2p/js-http-v1-content-routing/issues/16)) ([088828f](https://github.com/libp2p/js-http-v1-content-routing/commit/088828f3d87969c168089bbc6787517805959dbc))
23+
* update project deps ([#20](https://github.com/libp2p/js-http-v1-content-routing/issues/20)) ([ac01bd7](https://github.com/libp2p/js-http-v1-content-routing/commit/ac01bd75e5bb6f91b9986d22cd97e5b93500a14f))
24+
125
## [1.0.2](https://github.com/libp2p/js-reframe-content-routing/compare/v1.0.1...v1.0.2) (2023-08-05)
226

327

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-v1-content-routing",
3-
"version": "0.0.0",
3+
"version": "1.0.1",
44
"description": "Use a Routing V1 HTTP service to discover content providers",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-http-v1-content-routing#readme",

0 commit comments

Comments
 (0)