@ndriadev/futurable 3.0.1 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.1](https://github.com/nDriaDev/futurable/releases/tag/v3.2.1) - 2026-03-12
4
+
5
+ ### Bug Fixes
6
+
7
+ - previous commit ([6bfb5ce](https://github.com/nDriaDev/futurable/commit/6bfb5ce))
8
+
9
+ ### Chores
10
+
11
+ - update dependencies ([b94a00c](https://github.com/nDriaDev/futurable/commit/b94a00c))
12
+
13
+ ## [3.2.0](https://github.com/nDriaDev/futurable/releases/tag/v3.2.0) - 2026-02-25
14
+
15
+ - Initial release
16
+
17
+ ## [3.1.0](https://github.com/nDriaDev/futurable/releases/tag/v3.1.0) - 2026-02-25
18
+
19
+ ### Chores
20
+
21
+ - **dependencies**: update dependencies ([ad1035b](https://github.com/nDriaDev/futurable/commit/ad1035b))
22
+
3
23
  ## [3.0.1](https://github.com/nDriaDev/futurable/releases/tag/v3.0.1) - 2026-02-19
4
24
 
5
25
  ### Chores
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ndriadev/futurable",
3
3
  "description": "JavaScript's Promise and Fetch APIs with superpowers!",
4
4
  "private": false,
5
- "version": "3.0.1",
5
+ "version": "3.2.1",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist/",
@@ -21,16 +21,16 @@
21
21
  "module": "./dist/index.mjs",
22
22
  "types": "./dist/index.d.ts",
23
23
  "devDependencies": {
24
- "@eslint/eslintrc": "^3.3.3",
24
+ "@eslint/eslintrc": "^3.3.5",
25
25
  "@eslint/js": "^10.0.1",
26
- "@types/node": "^25.3.0",
26
+ "@types/node": "^25.4.0",
27
27
  "@vitest/coverage-v8": "^4.0.18",
28
28
  "@vitest/ui": "^4.0.18",
29
- "globals": "^17.3.0",
29
+ "globals": "^17.4.0",
30
30
  "prettier": "^3.8.1",
31
31
  "rimraf": "^6.1.3",
32
32
  "typescript": "^5.9.3",
33
- "typescript-eslint": "^8.56.0",
33
+ "typescript-eslint": "^8.57.0",
34
34
  "unbuild": "^3.6.1",
35
35
  "vitepress": "^1.6.4",
36
36
  "vitest": "^4.0.18"