From e576eda1a1aa154733fe6027a37c9d8834b9ade1 Mon Sep 17 00:00:00 2001 From: Thibault Friedrich Date: Thu, 21 Oct 2021 15:02:23 -0400 Subject: [PATCH] chore(release): 2.0.16-alpha.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3864217..f88016a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.16-alpha.0](https://github.com/friedrith/node-wifi/compare/v2.0.15...v2.0.16-alpha.0) (2021-10-21) + + +### Bug Fixes + +* hash integrity ([c33b4f3](https://github.com/friedrith/node-wifi/commit/c33b4f3842ff185fcfcbe3abf93178be8d947ed1)) +* quick but remove bssid for macOS Monterey ([a450bec](https://github.com/friedrith/node-wifi/commit/a450becd7b29692f0dc7668d9769e5c391193463)) +* vulnerable dependency ([5bb555d](https://github.com/friedrith/node-wifi/commit/5bb555dd9f2aca16c5520bdce9a9ec9025f91637)) + ### [2.0.15](https://github.com/friedrith/node-wifi/compare/v2.0.14...v2.0.15) (2021-08-11) diff --git a/package-lock.json b/package-lock.json index f703159..0726d17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-wifi", - "version": "2.0.15", + "version": "2.0.16-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-wifi", - "version": "2.0.15", + "version": "2.0.16-alpha.0", "license": "MIT", "dependencies": { "command-line-args": "^5.2.0", diff --git a/package.json b/package.json index 2e32516..db09514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-wifi", - "version": "2.0.15", + "version": "2.0.16-alpha.0", "description": "NodeJS tool to manage wifi", "keywords": [ "wifi",