We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5585b9 commit 23ab61cCopy full SHA for 23ab61c
.changeset/sour-kiwis-press.md
CHANGELOG.md
@@ -1,10 +1,16 @@
1
# @danyalwe/tools
2
3
+## 0.0.3
4
+
5
+### Patch Changes
6
7
+- f56380f: Added documentation website
8
9
## 0.0.2
10
11
### Patch Changes
12
-- d4dd4d6:
13
+- d4dd4d6:
14
- Fixed string merge sort
15
- Added JSDoc strings
16
- DimRed class is now abstract
package.json
@@ -2,7 +2,7 @@
"name": "@danyalwe/tools",
"description": "Package with a bunch of useful data structures and algorithms",
"license": "MIT",
- "version": "0.0.2",
+ "version": "0.0.3",
"author": "zAlweNy26",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments