apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
804 stars 138 forks source link

Issue with latest stable version 2.2.1 and README about customTag #428

Closed thejimbow closed 1 year ago

thejimbow commented 1 year ago

I wanted to use customTag feature, but I found that you haven't really released this feature with v2.2.1 which is the latest version in NPM registry. I couldn't find it in releases in GitHub, but the v2.3.0-beta.0 tag is there. This might be a bit confusing.

jancurn commented 1 year ago

cc @jirimoravcik

jirimoravcik commented 1 year ago

Hello @thejimbow, thank you for reporting this. It turns out I forgot to create a proper release for v2.3.0. I just did it now, so 2.3.0 is available in NPM registry.