blippy 0.1.2 → 0.1.3
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 +10 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.3](https://github.com/AksharP5/blippy/compare/v0.1.2...v0.1.3) - 2026-02-12
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- *(cli)* add --version flag to display installed version
|
|
15
|
+
|
|
16
|
+
### Other
|
|
17
|
+
|
|
18
|
+
- *(readme)* use short shell installer command
|
|
19
|
+
|
|
10
20
|
## [0.1.2](https://github.com/AksharP5/blippy/compare/v0.1.1...v0.1.2) - 2026-02-12
|
|
11
21
|
|
|
12
22
|
### Added
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ brew install AksharP5/tap/blippy
|
|
|
27
27
|
### Shell installer (macOS/Linux)
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
curl
|
|
30
|
+
curl -fsSL https://github.com/AksharP5/blippy/releases/latest/download/blippy-installer.sh | bash
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### PowerShell installer (Windows)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"name": "blippy",
|
|
25
|
-
"version": "0.1.
|
|
25
|
+
"version": "0.1.3"
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@isaacs/balanced-match": {
|
|
28
28
|
"engines": {
|
|
@@ -514,5 +514,5 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"requires": true,
|
|
517
|
-
"version": "0.1.
|
|
517
|
+
"version": "0.1.3"
|
|
518
518
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/AksharP5/blippy/releases/download/v0.1.3",
|
|
3
3
|
"bin": {
|
|
4
4
|
"blippy": "run-blippy.js"
|
|
5
5
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"zipExt": ".tar.gz"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"version": "0.1.
|
|
78
|
+
"version": "0.1.3",
|
|
79
79
|
"volta": {
|
|
80
80
|
"node": "18.14.1",
|
|
81
81
|
"npm": "9.5.0"
|