feat(version): v1.0.3

This commit is contained in:
Tomas
2021-11-21 12:21:08 +01:00
parent 49bacff945
commit a977222ef4
2 changed files with 16 additions and 1 deletions

View File

@@ -1,4 +1,19 @@
v1.0.3 / 2021-11-21
===================
* fix(#108): add application file matchers
* Merge pull request #106 from hannesbraun/aiff-support
* Add AIFF support
* fix(archive): format issue indentation
* feat(version): bump patch
* Merge pull request #100 from da2018/master
* Enhance Zstd support
* Merge pull request #98 from cfergeau/zstd
* Add zstd support
* Merge pull request #99 from cfergeau/byteprefixmatcher
* Introduce bytePrefixMatcher helper
v1.1.0 / 2020-06-06
===================

View File

@@ -1,4 +1,4 @@
package filetype
// Version exposes the current package version.
const Version = "1.1.2"
const Version = "1.1.3"