Skip to content

Commit

Permalink
chore(main): release iso-kv 2.0.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Feb 4, 2024
1 parent 43149f1 commit 283acf5
Show file tree
Hide file tree
Showing 3 changed files with 13 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,6 +5,6 @@
"packages/iso-did": "1.6.0",
"packages/iso-signatures": "0.3.1",
"packages/iso-web": "1.0.2",
"packages/iso-kv": "1.0.0",
"packages/iso-kv": "2.0.0",
"packages/iso-websocket": "0.2.0"
}
11 changes: 11 additions & 0 deletions packages/iso-kv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v1.0.0...iso-kv-v2.0.0) (2024-02-04)


### ⚠ BREAKING CHANGES

* change adapters to drivers and exported them

### Features

* change adapters to drivers and exported them ([15c1791](https://github.com/hugomrdias/iso-repo/commit/15c17919ef0b9351a53a71f5d5ef7bcc2ea54051))

## [1.0.0](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v0.2.0...iso-kv-v1.0.0) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-kv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iso-kv",
"type": "module",
"version": "1.0.0",
"version": "2.0.0",
"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 283acf5

Please sign in to comment.