diff --git a/.changeset/forty-cooks-talk.md b/.changeset/forty-cooks-talk.md deleted file mode 100644 index b3c650f..0000000 --- a/.changeset/forty-cooks-talk.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@daiso-tech/core": minor ---- - -# Storage -* Simplified StorageAdapter contract -* Changed the StorageAdapter and Storage contract to use PromiseLike instead of Promise. -* Changed the Storage class to use LazyPromise instead of Promise. -* Removed unnecessary try catches from Storage class so unknown error can propagate up diff --git a/CHANGELOG.md b/CHANGELOG.md index 8836e25..337f997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @daiso-tech/core +## 0.6.0 + +### Minor Changes + +- f324fc1: # Storage + - Simplified StorageAdapter contract + - Changed the StorageAdapter and Storage contract to use PromiseLike instead of Promise. + - Changed the Storage class to use LazyPromise instead of Promise. + - Removed unnecessary try catches from Storage class so unknown error can propagate up + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 1dea80e..b5799e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@daiso-tech/core", "private": false, - "version": "0.5.0", + "version": "0.6.0", "author": "Yousif Abdulkarim", "license": "Apache-2.0", "main": "./dist/cjs/_module.js",