Skip to content

Commit

Permalink
chore(release): 1.5.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.12](v1.5.11...v1.5.12) (2021-10-14)

### Performance Improvements

* **controls/change:** extract duplicated code ([5627cc4](5627cc4))
* **controls/indicator:** extract duplicated code + extract hard coded constants ([72357b7](72357b7))
* **popup/indicator:** extract duplicate code (I shouldn't do this...) ([d8d9e28](d8d9e28))
  • Loading branch information
semantic-release-bot committed Oct 14, 2021
1 parent 470b073 commit 4d2b399
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.12](https://github.com/bamdadsabbagh/screwmycode-in--extension/compare/v1.5.11...v1.5.12) (2021-10-14)


### Performance Improvements

* **controls/change:** extract duplicated code ([5627cc4](https://github.com/bamdadsabbagh/screwmycode-in--extension/commit/5627cc41a8ac656c543041666c6117134572770e))
* **controls/indicator:** extract duplicated code + extract hard coded constants ([72357b7](https://github.com/bamdadsabbagh/screwmycode-in--extension/commit/72357b7598e4ae50fb9869528e204107e08b9fec))
* **popup/indicator:** extract duplicate code (I shouldn't do this...) ([d8d9e28](https://github.com/bamdadsabbagh/screwmycode-in--extension/commit/d8d9e28f38166d5d5287313ea795c77f8407acf3))

## [1.5.11](https://github.com/bamdadsabbagh/screwmycode-in--extension/compare/v1.5.10...v1.5.11) (2021-10-12)


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": "screwmycode-in--extension",
"version": "1.5.11",
"version": "1.5.12",
"description": "Variable speed pitch control for YouTube (Web Extension for Firefox)",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "screwmycode.in for YouTube",
"short_name": "screwmycode.in",
"description": "Variable speed pitch control for YouTube",
"version": "1.5.11",
"version": "1.5.12",
"manifest_version": 2,
"icons": {
"108": "assets/icon.jpg"
Expand Down

0 comments on commit 4d2b399

Please sign in to comment.