mirror of
https://github.com/h2non/filetype.git
synced 2025-12-24 11:52:08 +08:00
feat(version): v1.0.3
This commit is contained in:
15
History.md
15
History.md
@@ -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
|
||||
===================
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package filetype
|
||||
|
||||
// Version exposes the current package version.
|
||||
const Version = "1.1.2"
|
||||
const Version = "1.1.3"
|
||||
|
||||
Reference in New Issue
Block a user