Skip to content

Commit 2a1d9bd

Browse files
committedJun 3, 2023
chore(release): 5.1.1 [skip ci]
## [interface-store-v5.1.1](interface-store-v5.1.0...interface-store-v5.1.1) (2023-06-03) ### Trivial Changes * rename master to main ([#200](#200)) ([f85d719](f85d719)) ### Dependencies * bump aegir from 38.1.8 to 39.0.9 ([#225](#225)) ([d0f301b](d0f301b))
1 parent d0f301b commit 2a1d9bd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎packages/interface-store/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [interface-store-v5.1.1](https://github.com/ipfs/js-stores/compare/interface-store-v5.1.0...interface-store-v5.1.1) (2023-06-03)
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+
* bump aegir from 38.1.8 to 39.0.9 ([#225](https://github.com/ipfs/js-stores/issues/225)) ([d0f301b](https://github.com/ipfs/js-stores/commit/d0f301b1243a0f4f692011449567b51b2706e70f))
12+
113
## [interface-store-v5.1.0](https://github.com/ipfs/js-stores/compare/interface-store-v5.0.1...interface-store-v5.1.0) (2023-03-23)
214

315

‎packages/interface-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-store",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A generic interface for storing and retrieving data",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/interface-store#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.