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

Commit 4b24d33

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.5...v2.0.0) (2022-08-13) ### ⚠ BREAKING CHANGES * this module is now ESM-only ### Features * publish as ESM-only ([#45](#45)) ([01009f6](01009f6)) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([9e7d0d6](9e7d0d6))
1 parent 01009f6 commit 4b24d33

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0](https://github.com/ipfs/js-blockstore-core/compare/v1.0.5...v2.0.0) (2022-08-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only
7+
8+
### Features
9+
10+
* publish as ESM-only ([#45](https://github.com/ipfs/js-blockstore-core/issues/45)) ([01009f6](https://github.com/ipfs/js-blockstore-core/commit/01009f683bbc8b50c202919c448dc0d4cbb86249))
11+
12+
13+
### Trivial Changes
14+
15+
* Update .github/workflows/stale.yml [skip ci] ([9e7d0d6](https://github.com/ipfs/js-blockstore-core/commit/9e7d0d6a2e2900b7739a956c371a3a0dcb623f92))
16+
117
### [1.0.5](https://github.com/ipfs/js-blockstore-core/compare/v1.0.4...v1.0.5) (2022-01-07)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-core",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Contains various implementations of the API contract described in interface-blockstore",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)