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

Commit b05f9e2

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.10.6...v1.0.0) (2022-02-18) ### ⚠ BREAKING CHANGES * switch to named exports, ESM only ### Features * convert to typescript ([#32](#32)) ([89cc2ef](89cc2ef))
1 parent 89cc2ef commit b05f9e2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.0](https://github.com/libp2p/js-libp2p-record/compare/v0.10.6...v1.0.0) (2022-02-18)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* switch to named exports, ESM only
7+
8+
### Features
9+
10+
* convert to typescript ([#32](https://github.com/libp2p/js-libp2p-record/issues/32)) ([89cc2ef](https://github.com/libp2p/js-libp2p-record/commit/89cc2ef5234835c82ea29ff54a4887d630921ae3))
11+
112
## [0.10.6](https://github.com/libp2p/js-libp2p-record/compare/v0.10.5...v0.10.6) (2021-09-24)
213

314

@@ -173,6 +184,3 @@
173184

174185
<a name="0.3.0"></a>
175186
# 0.3.0 (2017-03-29)
176-
177-
178-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/record",
3-
"version": "0.10.6",
3+
"version": "1.0.0",
44
"description": "libp2p record implementation",
55
"author": "Friedel Ziegelmayer <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)