Skip to content

Commit

Permalink
chore(main): release iso-kv 0.1.5 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Sep 18, 2023
1 parent 5bee0a9 commit f004c2e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/iso-did": "1.3.3",
"packages/iso-signatures": "0.1.10",
"packages/iso-web": "0.1.5",
"packages/iso-kv": "0.0.1"
"packages/iso-kv": "0.1.5"
}
12 changes: 12 additions & 0 deletions packages/iso-kv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.5](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v0.0.1...iso-kv-v0.1.5) (2023-09-18)


### Features

* iso-kv initial ([7079143](https://github.com/hugomrdias/iso-repo/commit/7079143bc8f2bef6ad92c80157b3c835772f0a05))


### Miscellaneous Chores

* **main:** release iso-base 0.1.5 ([3849a49](https://github.com/hugomrdias/iso-repo/commit/3849a49eb867fbdaf3ed95173144b448d4a42f4c))

## [0.1.5](https://github.com/hugomrdias/iso-repo/compare/iso-web-v0.0.1...iso-web-v0.1.5) (2023-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-kv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-kv",
"version": "0.0.1",
"version": "0.1.5",
"description": "Isomorphic key-value storage with support for multiple backends",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit f004c2e

Please sign in to comment.