diff --git a/CHANGELOG.md b/CHANGELOG.md index 594e2ed89..22e6eff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## 1.19.13 + +- ### Fixes + +- **Update openssl-src - [imhunterand], [pull/2302]** + + Bump openssl-src to patch vulnerability + + [jspspike]: https://github.com/imhunterand + [pull/2302]: https://github.com/cloudflare/wrangler/pull/2302 + +- ### Maintenance + + - **Add deprecation warning - [caass], [pull/2273]** + + [caass]: https://github.com/caass + [pull/2273]: https://github.com/cloudflare/wrangler/pull/2273 + + - **chore: add a banner on the readme with a link to wrangler2 - [threepointone], [pull/2252]** + + This also autoformatted the README, which is fine. + + [threepointone]: https://github.com/threepointone + [pull/2252]: https://github.com/cloudflare/wrangler/pull/2252 + + - **Disable dependabot. - [lrapoport-cf], [pull/2303]** + + Disable automatic version updates via dependabot. + + [lrapoport-cf]: https://github.com/lrapoport-cf + [pull/2303]: https://github.com/cloudflare/wrangler/pull/2303 + + - **Update stale links in README.md - [n0vad3v], [pull/2253]** + + [n0vad3v]: https://github.com/n0vad3v + [pull/2253]: https://github.com/cloudflare/wrangler/pull/2253 + + + ## 1.19.12 - ### Fixes diff --git a/Cargo.toml b/Cargo.toml index 51da0d619..020b2a47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrangler" -version = "1.19.12" +version = "1.19.13" authors = ["The Wrangler Team "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/changelog-generator/package-lock.json b/changelog-generator/package-lock.json index 82e898c49..9ace15ed8 100644 --- a/changelog-generator/package-lock.json +++ b/changelog-generator/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "changelog-generator", "version": "1.0.0", "license": "MIT OR Apache-2.0", "dependencies": { diff --git a/npm/npm-shrinkwrap.json b/npm/npm-shrinkwrap.json index 5a30edfdc..8e308d46b 100644 --- a/npm/npm-shrinkwrap.json +++ b/npm/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@cloudflare/wrangler", - "version": "1.19.12", + "version": "1.19.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cloudflare/wrangler", - "version": "1.19.12", + "version": "1.19.13", "hasInstallScript": true, "license": "MIT OR Apache-2.0", "dependencies": { diff --git a/npm/package.json b/npm/package.json index b9503d67f..25fb179ac 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/wrangler", - "version": "1.19.12", + "version": "1.19.13", "description": "Command-line interface for all things Cloudflare Workers", "main": "binary.js", "scripts": {