Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhodges committed Sep 27, 2020
1 parent cff2da4 commit eaeb5e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2020-09-26

- Renamed repo to `twitter-print-styles`.
- Filled in logo white so it's easier to see in dark mode.

Expand Down Expand Up @@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Automatically print when replies have finished loading.
- Hide promoted tweets.

[Unreleased]: https://github.com/tannerhodges/twitter-print-styles/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/tannerhodges/twitter-print-styles/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/tannerhodges/twitter-print-styles/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/tannerhodges/twitter-print-styles/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/tannerhodges/twitter-print-styles/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/tannerhodges/twitter-print-styles/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitter-print-styles",
"version": "2.1.0",
"version": "2.1.1",
"description": "Chrome extension for adding simple print styles to save Twitter threads as PDFs.",
"keywords": [
"chrome",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Twitter Print Styles",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple print styles for saving Twitter threads as PDFs.",
"icons": {
"16": "icon-16.png",
Expand Down

0 comments on commit eaeb5e9

Please sign in to comment.