Skip to content

Commit e950930

Browse files
committed
chore(main): release 1.0.1
1 parent 9bc1b12 commit e950930

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/jaisonerick/macwifi/compare/v1.0.0...v1.0.1) (2026-04-22)
4+
5+
6+
### Documentation
7+
8+
* pain-first README hook + Jekyll site for GitHub Pages ([#27](https://github.com/jaisonerick/macwifi/issues/27)) ([9bc1b12](https://github.com/jaisonerick/macwifi/commit/9bc1b121f44b3414cd3feacc56017f18a59ca5e5))
9+
310
## [1.0.0](https://github.com/jaisonerick/macwifi/compare/v0.1.4...v1.0.0) (2026-04-22)
411

512

embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// also includes a digest of the embedded bundle, so updated helper files are
1616
// extracted without requiring a manual version bump. Release Please keeps
1717
// this in sync with the module version on each release.
18-
const embeddedVersion = "1.0.0" // x-release-please-version
18+
const embeddedVersion = "1.0.1" // x-release-please-version
1919

2020
// scannerBundle is the signed + notarized WifiScanner.app. Every file
2121
// under embedded/WifiScanner.app/ is baked into the Go binary — consumers

0 commit comments

Comments
 (0)