httptmux 1.0.6 → 1.0.7

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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -12,4 +12,6 @@ v1.0.4 (11/1/2026): Updated README.md again
12
12
 
13
13
  v1.0.5 (11/1/2026): Updated README.md again
14
14
 
15
- v1.0.6: Fixed the menu saying httpnode instead of httptmux on Termux
15
+ v1.0.6 (11/1/2026): Fixed the menu saying httpnode instead of httptmux on Termux
16
+
17
+ v1.0.7 (11/1/2026): Updated changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httptmux",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "httptmux is an interactive CLI tool for API requests. Originally made for Termux (hence the name), but decided to make a second index.js file for desktops",
5
5
  "type": "module",
6
6
  "main": "index.js",