Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
1.19.13 (#2304)
Browse files Browse the repository at this point in the history
Co-authored-by: jjohnson <jjohnson@cloudflare.com>
  • Loading branch information
jspspike and jspspike authored Sep 7, 2022
1 parent 355c778 commit a0673bf
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrangler"
version = "1.19.12"
version = "1.19.13"
authors = ["The Wrangler Team <wrangler@cloudflare.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion changelog-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a0673bf

Please sign in to comment.