pi-mono-btw 1.3.0 → 1.4.0

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # pi-mono-btw
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add teammate progress heartbeats and widget refresh improvements to team mode.
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ## 1.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-mono-btw",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Pi extension that answers side questions while the main agent keeps running",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/emanuelcasco/pi-extensions.git",
22
+ "url": "git+https://github.com/emanuelcasco/pi-mono-extensions.git",
23
23
  "directory": "extensions/btw"
24
24
  },
25
25
  "bugs": {
26
- "url": "https://github.com/emanuelcasco/pi-extensions/issues"
26
+ "url": "https://github.com/emanuelcasco/pi-mono-extensions/issues"
27
27
  },
28
- "homepage": "https://github.com/emanuelcasco/pi-extensions#readme"
28
+ "homepage": "https://github.com/emanuelcasco/pi-mono-extensions#readme"
29
29
  }