Skip to content

Commit

Permalink
2.0.0 (#40)
Browse files Browse the repository at this point in the history
* 2.0.0

* docs: update changelog
  • Loading branch information
Robot-Inventor committed Apr 10, 2024
1 parent 236ed61 commit cafd60a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v2.0.0] - 2024-04-11

### Added

- feat: support Firefox for Android ([#38](https://github.com/Robot-Inventor/hide-view-count/pull/38))
- feat: support new TweetDeck URL ([#39](https://github.com/Robot-Inventor/hide-view-count/pull/39))

### Fixed

- Performance is now more stable than ever

## [v1.5.0] - 2023-02-26

### Fixed

- Support for Twitter specification changes [3c45ae7](https://github.com/Robot-Inventor/hide-view-count/commit/3c45ae7b560b9c1961c92c1f9f6ff23d9ffdc7df)
- Fixed a bug that hid the time displayed in the upper right corner of tweets [3c45ae7](https://github.com/Robot-Inventor/hide-view-count/commit/3c45ae7b560b9c1961c92c1f9f6ff23d9ffdc7df)

## [v1.4.0] - 2023-01-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion index.user.js

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

4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hide-impression",
"version": "1.5.0",
"version": "2.0.0",
"description": "Browser extension to hide the number of Twitter impressions",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
}

0 comments on commit cafd60a

Please sign in to comment.