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

Commit

Permalink
release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc authored and nataliescottdavidson committed Dec 16, 2020
1 parent f29f14c commit 78e7d12
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## ❗️ 1.12.3

- ### Fixes

- **Bump OpenSSL version with vulnerability patch - [pull/1684]**

[pull/1684]: https://github.com/cloudflare/wrangler/pull/1684

## ❗️ 1.12.2

- ### Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.12.2"
version = "1.12.3"
authors = ["The Wrangler Team <[email protected]>", "Avery Harnish <[email protected]>", "Ashley Lewis <[email protected]>", "Ashley Williams <[email protected]>", "Nat Davidson <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
4 changes: 4 additions & 0 deletions npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ cargo install wrangler

If you don't have `cargo` or `npm` installed, you will need to follow these [additional instructions](https://developers.cloudflare.com/workers/tooling/wrangler/install/).

### Install on Windows

[perl is an external dependency of crate openssl-sys](https://github.com/sfackler/rust-openssl/blob/b027f1603189919d5f63c6aff483243aaa188568/openssl/src/lib.rs#L11-L15). If installing with cargo, you will need to have it installed. Installing with `npm` is another option if you don't want to install perl.

## Updating

For information regarding updating Wrangler, click [here](https://developers.cloudflare.com/workers/cli-wrangler/install-update#update).
Expand Down
2 changes: 1 addition & 1 deletion 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.12.2",
"version": "1.12.3",
"description": "Command-line interface for all things Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit 78e7d12

Please sign in to comment.