Skip to content

Commit 2ec12ba

Browse files
committedMar 31, 2023
chore(release): 1.1.1 [skip ci]
## [blockstore-fs-v1.1.1](blockstore-fs-v1.1.0...blockstore-fs-v1.1.1) (2023-03-31) ### Trivial Changes * rename master to main ([#200](#200)) ([f85d719](f85d719)) ### Dependencies * update all it-* deps ([#213](#213)) ([e963497](e963497))
1 parent d3c1041 commit 2ec12ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎packages/blockstore-fs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [blockstore-fs-v1.1.1](https://github.com/ipfs/js-stores/compare/blockstore-fs-v1.1.0...blockstore-fs-v1.1.1) (2023-03-31)
2+
3+
4+
### Trivial Changes
5+
6+
* rename master to main ([#200](https://github.com/ipfs/js-stores/issues/200)) ([f85d719](https://github.com/ipfs/js-stores/commit/f85d719b711cd60237bdaa6a0bcd418e69a98598))
7+
8+
9+
### Dependencies
10+
11+
* update all it-* deps ([#213](https://github.com/ipfs/js-stores/issues/213)) ([e963497](https://github.com/ipfs/js-stores/commit/e963497fdb33e61e2fe702866abbd42fba648fee))
12+
113
## [blockstore-fs-v1.1.0](https://github.com/ipfs/js-stores/compare/blockstore-fs-v1.0.1...blockstore-fs-v1.1.0) (2023-03-23)
214

315

‎packages/blockstore-fs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-fs",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Blockstore implementation with file system backend",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-fs#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.