Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xtangle committed Feb 12, 2019
1 parent 8a17be4 commit 61edab9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### [Unreleased]
## [Unreleased]

### [v1.4.3] - 2019-02-12
#### Fixed
- Fixed bug where options cannot be fetched, blocking the download. ([#17](https://github.com/xtangle/zoundcloud/issues/17))

Expand Down Expand Up @@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Karma test infrastructure.
- Travis CI integration.

[Unreleased]: https://github.com/xtangle/zoundcloud/compare/v1.4.2...HEAD
[Unreleased]: https://github.com/xtangle/zoundcloud/compare/v1.4.3...HEAD
[v1.4.3]: https://github.com/xtangle/zoundcloud/compare/v1.4.2...v1.4.3
[v1.4.2]: https://github.com/xtangle/zoundcloud/compare/v1.4.1...v1.4.2
[v1.4.1]: https://github.com/xtangle/zoundcloud/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/xtangle/zoundcloud/compare/v1.3.2...v1.4.0
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": "zoundcloud",
"version": "1.4.2",
"version": "1.4.3",
"description": "Adds download buttons to SoundCloud pages.",
"private": true,
"author": "xtangle <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ZoundCloud Downloader",
"short_name": "ZoundCloud",
"description": "Adds download buttons to SoundCloud pages.",
"version": "1.4.2",
"version": "1.4.3",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
Expand Down

0 comments on commit 61edab9

Please sign in to comment.