Prep for release

This commit is contained in:
2021-09-19 13:31:57 -05:00
parent e4085c5754
commit 5b9e4c54ed
2 changed files with 17 additions and 4 deletions

7
.markdownlint.json Normal file
View File

@ -0,0 +1,7 @@
{
"default": true,
"no-duplicate-header": {
"siblings_only": true
},
"line-length": false
}

View File

@ -1,16 +1,22 @@
# Changelog
## v1.1.0
## [v1.1.1]
## Added
### Changed
* Updated all Go dependencies and compatibility with newer Go version.
## [v1.1.0]
### Added
* Ability to specify a prefix to use when outputting files via the OutputDir config property.
* Documented all config properties to explain their usage.
## Changed
### Changed
* If no FilePrefix is specified in the config, files will now be written as (hash).min.(extension) (no `app-` prefix as was hardcoded into previous releases).
## v1.0.0
## [v1.0.0]
Initial release