## 2.1.1 (2026-03-17)

- chore: update dependencies (commander, @types/node, mocha, rimraf, typescript)
- fix: resolve HIGH severity RCE vulnerability in serialize-javascript (via mocha)
- fix: resolve LOW severity DoS vulnerability in diff (via mocha)
- chore: remove unused devDependencies (eslint, glob)

## 2.1.0 (2026-02-28)

- feat: add `--debug` CLI flag — prints internal commands, stdout/stderr to stderr for issue reporting
- feat: CLI now excludes its own process from search results
- fix: remove dead `skipSelf` option from `FindConfig` and `FindCondition`
- docs: add "Reporting Issues" section to README with debug usage guide
- docs: add GitHub bug report issue template

## 2.0.0 (2025-07-05)

- 1a64798 chore: add npm version badge
- 30e2b00 doc: optimize README
- 8365733 fix: remove macos 12
- 1aaaed5 fix: fix bin permission
- 99f42cb feat: upgrade to TS version

1.4.7 / 2021-11-18
==================

  * chore: bump to 1.4.7
  * fix: fix undefined issue [#40](http://github.com/yibn2008/find-process/issues/40)
  * fix: fix github actions
  * fix: fix install method

1.4.6 / 2021-11-18
==================

  * chore: bump to 1.4.6
  * fix: fix number check issue

1.4.5 / 2021-09-21
==================

  * chore: bump to 1.4.5
  * fix: fix find-process
  * chore(deps): bump path-parse from 1.0.6 to 1.0.7
  * chore(deps): bump y18n from 4.0.0 to 4.0.1

1.4.4 / 2020-10-22
==================

  * chore: bump to 1.4.4
  * chore(deps): bump lodash from 4.17.15 to 4.17.20
  * fix: Security updates, Windows unit tests

1.4.3 / 2019-11-15
==================

  * chore: bump to 1.4.3
  * fix: fix [#30](http://github.com/yibn2008/find-process/issues/30)

1.4.2 / 2019-06-14
==================

  * chore: bump to 1.4.2

1.4.1 / 2019-03-22
==================

  * chore: bump to 1.4.1
  * fix: fix issue [#9](http://github.com/yibn2008/find-process/issues/9)

1.4.0 / 2019-03-22
==================

  * chore: bump to 1.4.0
  * feat: throw error when run on *nix system

1.3.0 / 2019-03-22
==================

  * chore: bump to 1.3.0
  * feat: support executable path
  * docs: add bin prop to get execute path

1.2.3 / 2019-03-22
==================

  * chore: bump to 1.2.3

1.2.2 / 2019-03-22
==================

  * fix: fix name issue
  * chore: bump to 1.2.2

1.2.1 / 2018-11-15
==================

  * chore: add changelog

1.2.0 / 2018-10-19
==================

  * fix some bugs
  * support `android` platform
  * add `strict` mode when finding by `name`
  * for `pid`, `ppid`, `uid`, `gid`, always return number
  * add official type declaration.


1.1.4 / 2018-10-19
==================

  * chore: bump to 1.1.4

1.1.3 / 2018-08-20
==================

  * chore: bump to 1.1.3

1.1.2 / 2018-08-14
==================

  * chore: bump to 1.1.2

1.1.1 / 2018-04-16
==================

  * fix: add ignore config
  * chore: bump to 1.1.1

1.1.0 / 2017-07-14
==================

  * chore: bump to 1.1.0
  * feat: add cli bin support
  * fix: fix issue [#2](http://github.com/yibn2008/find-process/issues/2)

1.0.5 / 2016-10-13
==================

  * fix: incorrect error info

1.0.4 / 2016-03-20
==================

  * fix #1

1.0.3 / 2016-02-04
==================

  * Use standard coding style
  * Remove unused deps

1.0.2 / 2016-02-02
==================

  * Add gitignore keyword
  * Add prepublish hook
  * Fix: Error occured when pid not exists

1.0.1 / 2016-01-24
==================

  * Initial version, support find process by port/pid/name
