Skip to content

Commit f1381ed

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.2...v7.0.0) (2022-09-21) ### ⚠ BREAKING CHANGES * this module is now ESM only ### Features * convert to typescript ([#53](#53)) ([bc9cd3e](bc9cd3e))
1 parent bc9cd3e commit f1381ed

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [7.0.0](https://github.com/ipfs-shipyard/is-ipfs/compare/v6.0.2...v7.0.0) (2022-09-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM only
7+
8+
### Features
9+
10+
* convert to typescript ([#53](https://github.com/ipfs-shipyard/is-ipfs/issues/53)) ([bc9cd3e](https://github.com/ipfs-shipyard/is-ipfs/commit/bc9cd3ecb875aa23a5d3dd1612822fe09ef8b382))
11+
112
## [6.0.2](https://github.com/ipfs/is-ipfs/compare/v6.0.1...v6.0.2) (2021-08-23)
213

314

@@ -302,6 +313,3 @@ Signed-off-by: Marcin Rataj <lidel@lidel.org>
302313

303314
<a name="0.0.2"></a>
304315
## 0.0.2 (2016-02-02)
305-
306-
307-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-ipfs",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "A set of utilities to help identify IPFS resources on the web",
55
"author": "Francisco Dias <francisco@baiodias.com> (http://franciscodias.net/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)