Skip to content

Commit

Permalink
release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed May 16, 2024
1 parent 12ff617 commit 8ca6394
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 3.1.4 (May 2024)

- Chrome and Edge Only release
- Migrate extension to use [Manifest v3](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3)
- Improve translations (#758, #755, #734)

## Version 3.1.3 (July 2022)

- Skip 3.1.2 to align Firefox and Chrome Version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylebot",
"version": "3.1.3",
"version": "3.1.4",
"description": "Change the appearance of the web instantly",
"homepage": "https://github.com/ankit/stylebot#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Stylebot",
"version": "3.1.3",
"version": "3.1.4",
"author": "Ankit Ahuja",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit 8ca6394

Please sign in to comment.