github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node16/node_modules/tunnel/CHANGELOG.md (about)

     1  # Changelog
     2  
     3   - 0.0.6 (2018/09/11)
     4     - Fix `localAddress` not working (#25)
     5     - Fix `Host:` header for CONNECT method by @tmurakam (#29, #30)
     6     - Fix default port for https (#32)
     7     - Fix error handling when the proxy send illegal response body (#33)
     8  
     9   - 0.0.5 (2017/06/12)
    10     - Fix socket leak.
    11   
    12   - 0.0.4 (2016/01/23)
    13     - supported Node v0.12 or later.
    14  
    15   - 0.0.3 (2014/01/20)
    16     - fixed package.json
    17  
    18   - 0.0.1 (2012/02/18)
    19     - supported Node v0.6.x (0.6.11 or later).
    20  
    21   - 0.0.0 (2012/02/11)
    22     - first release.