chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+23
View File
@@ -1,5 +1,28 @@
# lan-network
## 0.2.1
### Patch Changes
- Add missing `socket.close` for DHCP discover on timeout
Submitted by [@kitten](https://github.com/kitten) (See [`ee60e14`](https://github.com/kitten/lan-network/commit/ee60e1415dc323843c07e3a0d0acda998ed2d9ae))
## 0.2.0
### Minor Changes
- Add `noProbe` and `noDhcp` options
Submitted by [@kitten](https://github.com/kitten) (See [#18](https://github.com/kitten/lan-network/pull/18))
## 0.1.8
### Patch Changes
- Deprioritize `bridge*` interfaces as internal networks
Submitted by [@kitten](https://github.com/kitten) (See [#15](https://github.com/kitten/lan-network/pull/15))
- Update rollup config for reduced output and exclude sources from sourcemaps
Submitted by [@kitten](https://github.com/kitten) (See [#17](https://github.com/kitten/lan-network/pull/17))
## 0.1.7
### Patch Changes