···11----
22-'lan-network': patch
33----
44-55-Bind to assignment IP for DHCP discovery
+7
CHANGELOG.md
···11# lan-network
2233+## 0.1.1
44+55+### Patch Changes
66+77+- Bind to assignment IP for DHCP discovery
88+ Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/lan-network/pull/1))
99+310## 0.1.0
411512Initial Release.
+1-1
package.json
···11{
22 "name": "lan-network",
33- "version": "0.1.0",
33+ "version": "0.1.1",
44 "description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",