Skip to content

Commit 4547406

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2022-12-13) ### Bug Fixes * update project config ([libp2p#65](libp2p/js-libp2p-webrtc#65)) ([09c33cc](libp2p/js-libp2p-webrtc@09c33cc)) ### Dependencies * update libp2p to release version ([dbd0237](libp2p/js-libp2p-webrtc@dbd0237)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([43c70bc](libp2p/js-libp2p-webrtc@43c70bc)) ### Documentation * fix 'browser to server' build config ([libp2p#66](libp2p/js-libp2p-webrtc#66)) ([b54132c](libp2p/js-libp2p-webrtc@b54132c))
1 parent b54132c commit 4547406

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 1.0.0 (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* update project config ([#65](https://github.com/libp2p/js-libp2p-webrtc/issues/65)) ([09c33cc](https://github.com/libp2p/js-libp2p-webrtc/commit/09c33ccfff97059eab001e46a662467dea670ce1))
7+
8+
9+
### Dependencies
10+
11+
* update libp2p to release version ([dbd0237](https://github.com/libp2p/js-libp2p-webrtc/commit/dbd0237e9f8500ac13948e3a35d912df257968a4))
12+
13+
14+
### Trivial Changes
15+
16+
* Update .github/workflows/stale.yml [skip ci] ([43c70bc](https://github.com/libp2p/js-libp2p-webrtc/commit/43c70bcd3c63388ed44d76703ce9a32e51d9ef30))
17+
18+
19+
### Documentation
20+
21+
* fix 'browser to server' build config ([#66](https://github.com/libp2p/js-libp2p-webrtc/issues/66)) ([b54132c](https://github.com/libp2p/js-libp2p-webrtc/commit/b54132cecac180f0577a1b7905f79b20207c3647))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webrtc",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A libp2p transport using WebRTC connections",
55
"author": "",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)