Skip to content

Commit 95c3755

Browse files
committed
Release v1.1.0
1 parent 19692a3 commit 95c3755

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [1.1.0] - 2025-11-30
9+
810
### Added
911

1012
- Optimistically update cell values before saving the value to IndexedDB but revert it in case of failures. This makes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "indexeddb-browser",
33
"type": "module",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)