Releases: randytarampi/lwip
Releases · randytarampi/lwip
v0.0.16
0.0.16 (2019-03-09)
Bug Fixes
- appveyor: Actually
npm install -g npm
. (d08cdad)
- appveyor: Allow failures on node@6. (4104ae6)
- appveyor: Don't bother passing
--msvs_version
to npm install
. (be700c0)
- appveyor: Install the latest
npm
. (ccf1e39)
- appveyor: Just run commands in shell mode. (7841147)
v0.0.15
0.0.15 (2019-03-08)
Bug Fixes
new Buffer
-> Buffer.allocUnsafe
. (9b4b113)
v0.0.14
0.0.14 (2019-03-08)
Bug Fixes
- travis:
allow_failures
for all Windows builds per my note in cfb1e2e. (56b6711)
Reverts
- chore: Stop running CI on Appveyor. (cfb1e2e)
v0.0.13
0.0.13 (2019-03-08)
Performance Improvements
- package: Just hardcode
node-gyp rebuild -j 8
. (f07bf13)
v0.0.12
0.0.12 (2019-03-08)
Bug Fixes
- semantic-release: Use
@semantic-release/git
properly (9cb6c1e)
v0.0.11
0.0.11 (2019-03-08)
Bug Fixes
- semantic-release: Need to set
publishConfig.access
to public
. (da6033a)