pi-boop 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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# pi-boop
|
|
2
2
|
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2](https://github.com/bradennss/pi-boop/pull/2) [`1dc7aa1`](https://github.com/bradennss/pi-boop/commit/1dc7aa1e4ddaea582056340af7e32aeb35eb2d3e) Thanks [@bradennss](https://github.com/bradennss)! - Reword the description to say the sound plays when Pi is waiting for input.
|
|
8
|
+
|
|
3
9
|
## 1.0.0
|
|
4
10
|
|
|
5
11
|
### Major Changes
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pi-boop
|
|
2
2
|
|
|
3
|
-
A [Pi](https://pi.dev) extension that plays the terminal bell or a custom sound when Pi
|
|
3
|
+
A [Pi](https://pi.dev) extension that plays the terminal bell or a custom sound when Pi is waiting for input.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-boop",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Pi extension that plays the terminal bell or a custom sound when Pi
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Pi extension that plays the terminal bell or a custom sound when Pi is waiting for input.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Braden Lamb <hi@braden.lol>",
|