# Changelog 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.1.0](https://github.com/justintaddei/arp-lookup/compare/v2.0.2...v2.1.0) (2023-09-27) ### Features * added getType function ([64bdab8](https://github.com/justintaddei/arp-lookup/commit/64bdab8eb194b6015bfc9c7a1bb0630212eed4dd)) ### Bug Fixes * **deps:** bump actions/cache from 3.3.1 to 3.3.2 ([0ea973d](https://github.com/justintaddei/arp-lookup/commit/0ea973d3ed163122029a7de99ad9c350bb76f339)) * **deps:** bump actions/setup-node from 3.6.0 to 3.7.0 ([5c68547](https://github.com/justintaddei/arp-lookup/commit/5c6854739b0606c309abc55631f3207e105cf5fd)) * **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([29449e0](https://github.com/justintaddei/arp-lookup/commit/29449e00cb8e2b5d4db80c2481e83399e157c9b1)) * **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([84e0023](https://github.com/justintaddei/arp-lookup/commit/84e00237fa38df8f517e015400f8d7cb73790e98)) * **deps:** bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 ([5f63861](https://github.com/justintaddei/arp-lookup/commit/5f63861b1d5e544420a83dbdc7a02f2cdb7c31db)) * **deps:** bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 ([29cb44f](https://github.com/justintaddei/arp-lookup/commit/29cb44fdf184df74bf3a9d9562bbdc23cb5b26ba)) * **deps:** bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 ([cd6bff2](https://github.com/justintaddei/arp-lookup/commit/cd6bff2717afd7f273b03275b6b2ddb759bb69ee)) * use '-an' instead of '-a' on Darwin/Linux ([4408591](https://github.com/justintaddei/arp-lookup/commit/4408591e8a94e1da229cea555b7b5155e2566b82)) * warnings ([cf238d4](https://github.com/justintaddei/arp-lookup/commit/cf238d4f0bf872c01d71110c2ac5b5c3530cdf49)) ### [2.0.2](https://github.com/justintaddei/arp-lookup/compare/v2.0.0...v2.0.2) (2023-05-09) ### Bug Fixes * **deps:** bump actions/cache from 2.1.7 to 3.0.1 ([80da0e7](https://github.com/justintaddei/arp-lookup/commit/80da0e74702319af309cd55aedcab0b7f83cdb39)) * **deps:** bump actions/cache from 3.0.1 to 3.0.3 ([f41b01d](https://github.com/justintaddei/arp-lookup/commit/f41b01d657dd1f3510ae6bd2f026ceb8a199f561)) * **deps:** bump actions/cache from 3.0.3 to 3.0.4 ([2892f90](https://github.com/justintaddei/arp-lookup/commit/2892f905c010feccf7c0939ec25fbdf1f31f9439)) * **deps:** bump actions/cache from 3.0.4 to 3.3.1 ([4ee2531](https://github.com/justintaddei/arp-lookup/commit/4ee25318beb30fe08118549379bd702204791496)) * **deps:** bump actions/setup-node from 2.5.1 to 3.0.0 ([76601c9](https://github.com/justintaddei/arp-lookup/commit/76601c9ec4bec0a8ac6fc3dcafb1519e02431427)) * **deps:** bump actions/setup-node from 3.0.0 to 3.1.0 ([a4974d4](https://github.com/justintaddei/arp-lookup/commit/a4974d42393264fbd18e5a49bfda684aacb869fa)) * **deps:** bump actions/setup-node from 3.1.0 to 3.1.1 ([ce474bd](https://github.com/justintaddei/arp-lookup/commit/ce474bd75ba7d62602d54530696a0666837a90fd)) * **deps:** bump actions/setup-node from 3.1.1 to 3.2.0 ([7df5df0](https://github.com/justintaddei/arp-lookup/commit/7df5df0bafb6e0fb9e083297aa02622121d5203b)) * **deps:** bump actions/setup-node from 3.2.0 to 3.3.0 ([398acd2](https://github.com/justintaddei/arp-lookup/commit/398acd2bd1a9c7f42ae505f615c3064aee82b913)) * **deps:** bump actions/setup-node from 3.3.0 to 3.6.0 ([418bb06](https://github.com/justintaddei/arp-lookup/commit/418bb06e9d9d246ab836d2d5ffdd45249fd1c7dc)) * **deps:** bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 ([63cdf08](https://github.com/justintaddei/arp-lookup/commit/63cdf08b69f2a9683204f02f799da1fb0442759b)) * **deps:** bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 ([7e2f773](https://github.com/justintaddei/arp-lookup/commit/7e2f773dda30794cd55ce8e4c89bb214e444603e)) * **deps:** bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 ([1cf73e8](https://github.com/justintaddei/arp-lookup/commit/1cf73e886965abb603c481d4aec949561aa1a23f)) * **deps:** bump dependabot/fetch-metadata from 1.3.2 to 1.4.0 ([f484d18](https://github.com/justintaddei/arp-lookup/commit/f484d180689bb8d84eeb0085c1be98f7a5e9f72f)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([69b6441](https://github.com/justintaddei/arp-lookup/commit/69b64411f48f00301ce505d13dce8cb9f124bb04)) ## [2.0.0](https://github.com/justintaddei/arp-lookup/compare/v1.3.5...v2.0.0) (2022-02-24) ### ⚠ BREAKING CHANGES * `is()` renamed to `isType()` * removed vendor information ### Bug Fixes * **deps:** bump actions/cache from 2.1.6 to 2.1.7 ([e85d20a](https://github.com/justintaddei/arp-lookup/commit/e85d20a92a5db409ed0a0cf85595907ab0d314de)) * **deps:** bump actions/setup-node from 2.4.0 to 2.5.1 ([8738410](https://github.com/justintaddei/arp-lookup/commit/87384108f6e77301867cdbae6876538aaf5d5e59)) * **deps:** bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 ([7e5d16b](https://github.com/justintaddei/arp-lookup/commit/7e5d16b64cf523449941f4ec469182c6e63ffbfa)) * **deps:** bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 ([6e3d3e6](https://github.com/justintaddei/arp-lookup/commit/6e3d3e6dec33d7fc6f3b464e48a8e1f64ae79d1c)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([147fbbf](https://github.com/justintaddei/arp-lookup/commit/147fbbf2dad37077b21ca5aa80d40f6434698134)) * `is()` renamed to `isType()` ([f9e9be0](https://github.com/justintaddei/arp-lookup/commit/f9e9be07302a8df53c372784bdf36cf3685539cf)) * removed vendor information ([e2e66cc](https://github.com/justintaddei/arp-lookup/commit/e2e66cc151eff2bb7e08a34b6714729d1579a3a4)) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [2.0.2](https://github.com/justintaddei/arp-lookup/compare/v2.0.0...v2.0.2) (2023-05-09) ### Bug Fixes * **deps:** bump actions/cache from 2.1.7 to 3.0.1 ([80da0e7](https://github.com/justintaddei/arp-lookup/commit/80da0e74702319af309cd55aedcab0b7f83cdb39)) * **deps:** bump actions/cache from 3.0.1 to 3.0.3 ([f41b01d](https://github.com/justintaddei/arp-lookup/commit/f41b01d657dd1f3510ae6bd2f026ceb8a199f561)) * **deps:** bump actions/cache from 3.0.3 to 3.0.4 ([2892f90](https://github.com/justintaddei/arp-lookup/commit/2892f905c010feccf7c0939ec25fbdf1f31f9439)) * **deps:** bump actions/cache from 3.0.4 to 3.3.1 ([4ee2531](https://github.com/justintaddei/arp-lookup/commit/4ee25318beb30fe08118549379bd702204791496)) * **deps:** bump actions/setup-node from 2.5.1 to 3.0.0 ([76601c9](https://github.com/justintaddei/arp-lookup/commit/76601c9ec4bec0a8ac6fc3dcafb1519e02431427)) * **deps:** bump actions/setup-node from 3.0.0 to 3.1.0 ([a4974d4](https://github.com/justintaddei/arp-lookup/commit/a4974d42393264fbd18e5a49bfda684aacb869fa)) * **deps:** bump actions/setup-node from 3.1.0 to 3.1.1 ([ce474bd](https://github.com/justintaddei/arp-lookup/commit/ce474bd75ba7d62602d54530696a0666837a90fd)) * **deps:** bump actions/setup-node from 3.1.1 to 3.2.0 ([7df5df0](https://github.com/justintaddei/arp-lookup/commit/7df5df0bafb6e0fb9e083297aa02622121d5203b)) * **deps:** bump actions/setup-node from 3.2.0 to 3.3.0 ([398acd2](https://github.com/justintaddei/arp-lookup/commit/398acd2bd1a9c7f42ae505f615c3064aee82b913)) * **deps:** bump actions/setup-node from 3.3.0 to 3.6.0 ([418bb06](https://github.com/justintaddei/arp-lookup/commit/418bb06e9d9d246ab836d2d5ffdd45249fd1c7dc)) * **deps:** bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 ([63cdf08](https://github.com/justintaddei/arp-lookup/commit/63cdf08b69f2a9683204f02f799da1fb0442759b)) * **deps:** bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 ([7e2f773](https://github.com/justintaddei/arp-lookup/commit/7e2f773dda30794cd55ce8e4c89bb214e444603e)) * **deps:** bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 ([1cf73e8](https://github.com/justintaddei/arp-lookup/commit/1cf73e886965abb603c481d4aec949561aa1a23f)) * **deps:** bump dependabot/fetch-metadata from 1.3.2 to 1.4.0 ([f484d18](https://github.com/justintaddei/arp-lookup/commit/f484d180689bb8d84eeb0085c1be98f7a5e9f72f)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([69b6441](https://github.com/justintaddei/arp-lookup/commit/69b64411f48f00301ce505d13dce8cb9f124bb04)) ## [2.0.0](https://github.com/justintaddei/arp-lookup/compare/v1.3.5...v2.0.0) (2022-02-24) ### ⚠ BREAKING CHANGES * `is()` renamed to `isType()` * removed vendor information ### Bug Fixes * **deps:** bump actions/cache from 2.1.6 to 2.1.7 ([e85d20a](https://github.com/justintaddei/arp-lookup/commit/e85d20a92a5db409ed0a0cf85595907ab0d314de)) * **deps:** bump actions/setup-node from 2.4.0 to 2.5.1 ([8738410](https://github.com/justintaddei/arp-lookup/commit/87384108f6e77301867cdbae6876538aaf5d5e59)) * **deps:** bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 ([7e5d16b](https://github.com/justintaddei/arp-lookup/commit/7e5d16b64cf523449941f4ec469182c6e63ffbfa)) * **deps:** bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 ([6e3d3e6](https://github.com/justintaddei/arp-lookup/commit/6e3d3e6dec33d7fc6f3b464e48a8e1f64ae79d1c)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([147fbbf](https://github.com/justintaddei/arp-lookup/commit/147fbbf2dad37077b21ca5aa80d40f6434698134)) * `is()` renamed to `isType()` ([f9e9be0](https://github.com/justintaddei/arp-lookup/commit/f9e9be07302a8df53c372784bdf36cf3685539cf)) * removed vendor information ([e2e66cc](https://github.com/justintaddei/arp-lookup/commit/e2e66cc151eff2bb7e08a34b6714729d1579a3a4)) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [2.0.1](https://github.com/justintaddei/arp-lookup/compare/v2.0.0...v2.0.1) (2022-02-25) * Fixed issues in README.md ## [2.0.0](https://github.com/justintaddei/arp-lookup/compare/v1.3.5...v2.0.0) (2022-02-24) ### ⚠ BREAKING CHANGES * `is()` renamed to `isType()` * removed vendor information ### Bug Fixes * **deps:** bump actions/cache from 2.1.6 to 2.1.7 ([e85d20a](https://github.com/justintaddei/arp-lookup/commit/e85d20a92a5db409ed0a0cf85595907ab0d314de)) * **deps:** bump actions/setup-node from 2.4.0 to 2.5.1 ([8738410](https://github.com/justintaddei/arp-lookup/commit/87384108f6e77301867cdbae6876538aaf5d5e59)) * **deps:** bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 ([7e5d16b](https://github.com/justintaddei/arp-lookup/commit/7e5d16b64cf523449941f4ec469182c6e63ffbfa)) * **deps:** bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 ([6e3d3e6](https://github.com/justintaddei/arp-lookup/commit/6e3d3e6dec33d7fc6f3b464e48a8e1f64ae79d1c)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([147fbbf](https://github.com/justintaddei/arp-lookup/commit/147fbbf2dad37077b21ca5aa80d40f6434698134)) * `is()` renamed to `isType()` ([f9e9be0](https://github.com/justintaddei/arp-lookup/commit/f9e9be07302a8df53c372784bdf36cf3685539cf)) * removed vendor information ([e2e66cc](https://github.com/justintaddei/arp-lookup/commit/e2e66cc151eff2bb7e08a34b6714729d1579a3a4)) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ## [2.0.0](https://github.com/justintaddei/arp-lookup/compare/v1.3.5...v2.0.0) (2022-02-24) ### ⚠ BREAKING CHANGES * `is()` renamed to `isType()` * removed vendor information ### Bug Fixes * **deps:** bump actions/cache from 2.1.6 to 2.1.7 ([e85d20a](https://github.com/justintaddei/arp-lookup/commit/e85d20a92a5db409ed0a0cf85595907ab0d314de)) * **deps:** bump actions/setup-node from 2.4.0 to 2.5.1 ([8738410](https://github.com/justintaddei/arp-lookup/commit/87384108f6e77301867cdbae6876538aaf5d5e59)) * **deps:** bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 ([7e5d16b](https://github.com/justintaddei/arp-lookup/commit/7e5d16b64cf523449941f4ec469182c6e63ffbfa)) * **deps:** bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 ([6e3d3e6](https://github.com/justintaddei/arp-lookup/commit/6e3d3e6dec33d7fc6f3b464e48a8e1f64ae79d1c)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([147fbbf](https://github.com/justintaddei/arp-lookup/commit/147fbbf2dad37077b21ca5aa80d40f6434698134)) * `is()` renamed to `isType()` ([f9e9be0](https://github.com/justintaddei/arp-lookup/commit/f9e9be07302a8df53c372784bdf36cf3685539cf)) * removed vendor information ([e2e66cc](https://github.com/justintaddei/arp-lookup/commit/e2e66cc151eff2bb7e08a34b6714729d1579a3a4)) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14) ### [1.3.5](https://github.com/justintaddei/arp-lookup/compare/v1.3.4...v1.3.5) (2021-08-26) ### Bug Fixes * **deps:** bump actions/setup-node from 2.2.0 to 2.3.0 ([b27a1eb](https://github.com/justintaddei/arp-lookup/commit/b27a1eb307bb0601a35e2f09b387f0ece4dc81fe)) * **deps:** bump actions/setup-node from 2.3.0 to 2.3.2 ([a569f4c](https://github.com/justintaddei/arp-lookup/commit/a569f4c1e962cb2f725648d51a79083647b338dc)) * **deps:** bump actions/setup-node from 2.3.2 to 2.4.0 ([d2c9d30](https://github.com/justintaddei/arp-lookup/commit/d2c9d304f7bd605ca8876e97a3f2a52fb8dd7f10)) ### [1.3.4](https://github.com/justintaddei/arp-lookup/compare/v1.3.3...v1.3.4) (2019-11-12) ### [1.3.3](https://github.com/justintaddei/arp-lookup/compare/v1.3.2...v1.3.3) (2019-11-09) ### [1.3.2](https://github.com/justintaddei/arp-lookup/compare/v1.3.1...v1.3.2) (2019-11-09) ### [1.3.1](https://github.com/justintaddei/arp-lookup/compare/v1.3.0...v1.3.1) (2019-11-09) ## [1.3.0](https://github.com/justintaddei/arp-lookup/compare/v1.2.1...v1.3.0) (2019-11-09) ### [1.2.1](https://github.com/justintaddei/arp-lookup/compare/v1.2.0...v1.2.1) (2019-10-31) ## [1.2.0](https://github.com/justintaddei/arp-lookup/compare/v1.1.0...v1.2.0) (2019-10-31) ## [1.1.0](https://github.com/justintaddei/arp-lookup/compare/v1.0.4...v1.1.0) (2019-10-14) ### [1.0.4](https://github.com/justintaddei/arp-lookup/compare/v1.0.2...v1.0.4) (2019-08-10) ### [1.0.2](https://github.com/justintaddei/arp-lookup/compare/v1.0.1...v1.0.2) (2019-02-14)