Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtangle committed Jun 24, 2018
1 parent ab170c2 commit 706b850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [v1.3.0] - 2018-06-24
### Added
- Added short description and pictures to be used in the Chrome web store.

Expand All @@ -13,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Changed extension logo.

### Fixed
- Fix download buttons not sometimes injecting at page load.
- Fixed download buttons not sometimes injecting at page load.

## [v1.2.0] - 2018-06-22
### Added
Expand Down
1 change: 1 addition & 0 deletions src/resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ZoundCloud Downloader",
"short_name": "ZoundCloud",
"description": "Adds download buttons to SoundCloud pages.",
"default_locale": "en",
"version": "1.3.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
Expand Down

0 comments on commit 706b850

Please sign in to comment.