Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Dec 13, 2019
1 parent c8e8509 commit 1861f01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] — 2019-12-13

- Fix WPT Compare view not working for Private Instances (@phacks)

## [1.1.0] — 2019-12-13
- Add support for WebPageTest Private Instances 🎉 (@phacks)

Expand Down Expand Up @@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

🎉Initial release! 🎉

[Unreleased]: https://github.com/theodo/falco/compare/1.1.0...HEAD
[Unreleased]: https://github.com/theodo/falco/compare/1.1.1...HEAD
[Unreleased]: https://github.com/theodo/falco/compare/1.1.1...1.1.0
[1.1.0]: https://github.com/theodo/falco/compare/1.0.3...1.1.0
[1.0.3]: https://github.com/theodo/falco/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/theodo/falco/compare/1.0.1...1.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede

You can deploy Falco on Heroku by clicking on the following button:

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.1)

You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co).

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link";

<Link
className="button button--primary button--lg"
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0"}
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.1"}
style={{marginBottom: '20px'}}
>
Deploy to Heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Home() {
"button button--primary button--lg",
styles.addFocus
)}
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0"
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.1"
target="_blank"
>
Deploy to Heroku
Expand Down

0 comments on commit 1861f01

Please sign in to comment.