Skip to content

Commit f76e32e

Browse files
next release (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f380792 commit f76e32e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/rich-olives-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# spin-delay
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [`f380792`](https://github.com/smeijer/spin-delay/commit/f380792a23c4331c4e389ebeeca03945a49c4848) Thanks [@smeijer](https://github.com/smeijer)! - Fixes the initial delay used when `options.ssr` is `false`.
8+
39
## 2.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spin-delay",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Smart spinner helper for React, to manage the duration of loading states.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)