swayrouter 1.0.0 → 1.0.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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to Sway Router are documented here.
4
4
 
5
+ ## [1.0.1] - 2026-09-12
6
+
7
+ - Publish the Sway Router package as `swayrouter` on npm.
8
+ - Add global CLI uninstall instructions to the English and Indonesian README files.
9
+
10
+ [1.0.1]: https://github.com/envielxyz/SwayRouter/releases/tag/v1.0.1
11
+
5
12
  ## [1.0.0] - 2026-09-12
6
13
 
7
14
  Sway Router is the new project identity, package name, and CLI name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swayrouter",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Self-hosted AI gateway with a clean local dashboard",
5
5
  "license": "MIT",
6
6
  "repository": {