Version 1.1.1 of Wrangler, our command-line tool for building Workers applications, has been released, with a number of bug fixes and improvements!
Read the changelog below:
If you already have Wrangler installed, you can update using the below commands:
# Installed with Cargo
$ cargo uninstall wrangler
$ cargo install wrangler
# Installed with NPM
$ npm uninstall -g @Cloudflare/wrangler
$ npm install -g @Cloudflare/wrangler