pi-mono-btw 0.1.0 → 1.0.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 +11 -0
  2. package/package.json +11 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # pi-mono-btw
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 199c367: First version of the extensions to upload to GitHub
8
+
9
+ ### Patch Changes
10
+
11
+ - Bump all packages to 0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-mono-btw",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Pi extension that answers side questions while the main agent keeps running",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -16,5 +16,14 @@
16
16
  "extensions": [
17
17
  "./index.ts"
18
18
  ]
19
- }
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/emanuelcasco/pi-extensions.git",
23
+ "directory": "extensions/btw"
24
+ },
25
+ "bugs": {
26
+ "url": "https://github.com/emanuelcasco/pi-extensions/issues"
27
+ },
28
+ "homepage": "https://github.com/emanuelcasco/pi-extensions#readme"
20
29
  }