Skip to content

Commit

Permalink
Merge pull request #21 from SpringRoll/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
902seanryan authored Jan 29, 2021
2 parents c8fc655 + 4a2410a commit 1d545fd
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 49 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2021-01-29
### Added
- loudness check for audio files

## [1.1.0] - 2020-09-10
### Added
- node require support

## [1.0.3] - 2020-09-10
### Changed
- Tiny README Tweaks

## [1.0.2] - 2020-09-10
### Changed
- Picked final package name
- Enabled automatic release publishing

## [1.0.1] - 2020-07-28
### Fixed
- Passing asset scans return with a 0 status code now.
Expand Down
9 changes: 5 additions & 4 deletions config/srasConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"map"
],
"ignore": [
"html",
"css",
"ogg"
"html",
"css",
"ogg"
],
"rules": {
"code" : {
Expand Down Expand Up @@ -39,7 +39,8 @@
"require": false,
"maxChannels": 1,
"sampleRate": -1,
"duration": -1
"duration": -1,
"maxLoudness": -16
}
}
}
Expand Down
Loading

0 comments on commit 1d545fd

Please sign in to comment.