Skip to content

Commit 9c84ce0

Browse files
committed
🤦 On a second thought, it's better to stick to 0.x
Simply because there is a lot of work to be done with documentation and tons of more automated user testing alongside with use case diversity analysis. These will most likely raise API breaks in the future. It still is production-grade, nothing to worry about it's used in live system for 1.5 years now.
1 parent 4adb78e commit 9c84ce0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

‎RELEASE.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# 1.0.0
1+
# 0.1.2
22

33
Post-migration release.
4-
Prior to the migration the major version was standing on 0.x
5-
however there is no point in zeroing this. This library is
6-
stable and was in active use for about a year and a half.
7-
8-
Patch changes did occur in order to modernize the lib.
9-
10-
Documentations and all the fancy things will follow soon.
11-
```
4+
No API changed from the 21G era.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adam-rocska/use-task-queue",
3-
"version": "1.0.0",
3+
"version": "0.1.2",
44
"description": "React hook for managing queues of tasks.",
55
"keywords": [
66
"queue",

0 commit comments

Comments
 (0)