focuscast 0.0.6 → 0.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
+ ## [0.0.7] - 2026-01-27
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ - Update tap for release.yml
14
+ - Update release-plz workflow
15
+
16
+ ### ⚙️ Miscellaneous Tasks
17
+
18
+ - Update website address
19
+ - Update repository link
20
+ - Update tap repo
9
21
  ## [0.0.6] - 2026-01-27
10
22
 
11
23
  ### 🚀 Features
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "focuscast",
26
- "version": "0.0.6"
26
+ "version": "0.0.7"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.0.6"
518
+ "version": "0.0.7"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/matfire/focuscast/releases/download/v0.0.6",
2
+ "artifactDownloadUrl": "https://github.com/focuscast/focuscast/releases/download/v0.0.7",
3
3
  "bin": {
4
4
  "focuscast": "run-focuscast.js"
5
5
  },
@@ -22,11 +22,11 @@
22
22
  "major": 2,
23
23
  "series": 35
24
24
  },
25
- "homepage": "https://focuscast.matteogassend.com",
25
+ "homepage": "https://focuscast.live",
26
26
  "license": "MIT",
27
27
  "name": "focuscast",
28
28
  "preferUnplugged": true,
29
- "repository": "https://github.com/matfire/focuscast",
29
+ "repository": "https://github.com/focuscast/focuscast",
30
30
  "scripts": {
31
31
  "fmt": "prettier --write **/*.js",
32
32
  "fmt:check": "prettier --check **/*.js",
@@ -83,7 +83,7 @@
83
83
  "zipExt": ".tar.xz"
84
84
  }
85
85
  },
86
- "version": "0.0.6",
86
+ "version": "0.0.7",
87
87
  "volta": {
88
88
  "node": "18.14.1",
89
89
  "npm": "9.5.0"