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

Commit

Permalink
Merge pull request #1627 from cloudflare/1.12.1
Browse files Browse the repository at this point in the history
1.12.1
  • Loading branch information
ashleymichal authored Oct 30, 2020
2 parents ab440ef + c5b9efd commit a904af9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## ❗️ 1.12.1

- ### Fixes

- **Revert "allow site to be configured by environment - [nataliescottdavidson], [issue/1625] [pull/1626]**

previous pr caused an issue.

[nataliescottdavidson]: https://github.com/nataliescottdavidson
[issue/1625]: https://github.com/cloudflare/wrangler/issues/1625
[pull/1626]: https://github.com/cloudflare/wrangler/pull/1626

## ⏰ 1.12.0

- ### Features
Expand Down
22 changes: 11 additions & 11 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.0"
version = "1.12.1"
authors = ["The Wrangler Team <wrangler@cloudflare.com>", "Avery Harnish <averyharnish@gmail.com>", "Ashley Lewis <ashleymichal@gmail.com>", "Ashley Williams <ashley666ashley@gmail.com>", "Nat Davidson <davidson@cloudflare.com>"]
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.0",
"version": "1.12.1",
"description": "Command-line interface for all things Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit a904af9

Please sign in to comment.