Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…iso-signatures
  • Loading branch information
hugomrdias authored Feb 5, 2024
2 parents 2407e49 + 8e83640 commit fa0fc4e
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.2",
"packages/iso-web": "1.0.3",
"packages/iso-kv": "2.0.0",
"packages/iso-kv": "3.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

## [3.0.0](https://github.com/hugomrdias/iso-repo/compare/iso-kv-v2.0.0...iso-kv-v3.0.0) (2024-02-05)


### ⚠ BREAKING CHANGES

* kv set has expiration and ttl in seconds now

### Features

* kv set has expiration and ttl in seconds now ([9fef51a](https://github.com/hugomrdias/iso-repo/commit/9fef51ad54f3496f70673dc27314b04fe4ce1060))

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


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": "2.0.0",
"version": "3.0.0",
"description": "Isomorphic key-value storage with support for multiple backends",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit fa0fc4e

Please sign in to comment.