Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 914c521

Browse files
committed
chore(release): 0.1.0
1 parent e2d31ec commit 914c521

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 0.1.0 (2024-01-11)
6+
7+
8+
### Features
9+
10+
* implement storage adapter ([d7f7e2c](https://github.com/openscript-ch/automerge-repo-storage-opfs/commit/d7f7e2c3c4ff51a71ccfdb76c6006c6b96ef10f9))
11+
12+
13+
### Bug Fixes
14+
15+
* error handling ([08045b9](https://github.com/openscript-ch/automerge-repo-storage-opfs/commit/08045b936d222db7ec0cb184b6f7aeb700b6b6b7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openscript-ch/automerge-repo-storage-opfs",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "OPFS storage adapter for Automerge Repo",
55
"repository": "https://github.com/openscript-ch/automerge-repo-storage-opfs",
66
"type": "module",

0 commit comments

Comments
 (0)