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

Commit

Permalink
❗️ 1.12.2 (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliescottdavidson authored Nov 2, 2020
1 parent 78743e8 commit 04584e5
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 31 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## ❗️ 1.12.2

- ### Fixes

- **Fix issue which caused `wrangler publish` to nuke sites - [ObsidianMinor], [issue/1625] [pull/1631] [pull/1635]**

Y'all, we messed up and applied the wrong fix. The change which caused this problem was [this](https://github.com/cloudflare/wrangler/pull/1566).

[ObsidianMinor]: https://github.com/ObsidianMinor
[issue/1625]: https://github.com/cloudflare/wrangler/issues/1625
[pull/1631]: https://github.com/cloudflare/wrangler/pull/1631
[pull/1635]: https://github.com/cloudflare/wrangler/pull/1635

## ❗️ 1.12.1

- ### Fixes
Expand Down
55 changes: 27 additions & 28 deletions 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.1"
version = "1.12.2"
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
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.1",
"version": "1.12.2",
"description": "Command-line interface for all things Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit 04584e5

Please sign in to comment.