Skip to content

Commit af362d8

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.0.0...v8.0.0) (2023-03-24) ### ⚠ BREAKING CHANGES * This module is now ESM-only ### Features * convert to typescript ([#220](#220)) ([7850947](7850947)) ### Bug Fixes * update default export path ([2665a57](2665a57)) ### Documentation * remove double contribute ([d5f2ef7](d5f2ef7))
1 parent d5f2ef7 commit af362d8

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
@@ -1,3 +1,24 @@
1+
## [8.0.0](https://github.com/ipfs/js-datastore-pubsub/compare/v7.0.0...v8.0.0) (2023-03-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This module is now ESM-only
7+
8+
### Features
9+
10+
* convert to typescript ([#220](https://github.com/ipfs/js-datastore-pubsub/issues/220)) ([7850947](https://github.com/ipfs/js-datastore-pubsub/commit/7850947f823e54bc8015a5a618776c0a974e6110))
11+
12+
13+
### Bug Fixes
14+
15+
* update default export path ([2665a57](https://github.com/ipfs/js-datastore-pubsub/commit/2665a5774514e6ad913109ecb66e1f9b61060130))
16+
17+
18+
### Documentation
19+
20+
* remove double contribute ([d5f2ef7](https://github.com/ipfs/js-datastore-pubsub/commit/d5f2ef7088e747227f3bf86c12e66fb0446ffcd5))
21+
122
## [7.0.0](https://github.com/ipfs/js-datastore-pubsub/compare/v6.0.0...v7.0.0) (2023-01-07)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-pubsub",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Responsible for providing an interface-datastore compliant api to pubsub",
55
"author": "Vasco Santos <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)