mirror of
https://github.com/h2non/filetype.git
synced 2026-04-22 23:17:07 +08:00
feat(version): bump to v1.0.4
This commit is contained in:
+12
@@ -1,4 +1,16 @@
|
||||
|
||||
v1.0.4 / 2017-11-29
|
||||
===================
|
||||
|
||||
* fix: tests and document types matchers
|
||||
* refactor(docs): remove codesponsor
|
||||
* Merge pull request #26 from bienkma/master
|
||||
* Add support check file type: .doc, .docx, .pptx, .ppt, .xls, .xlsx
|
||||
* feat(docs): add code sponsor banner
|
||||
* feat(travis): add go 1.9
|
||||
* Merge pull request #24 from strazzere/patch-1
|
||||
* Fix typo in unknown
|
||||
|
||||
v1.0.3 / 2017-08-03
|
||||
===================
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package filetype
|
||||
|
||||
// Version exposes the current package version.
|
||||
const Version = "1.0.3"
|
||||
const Version = "1.0.4"
|
||||
|
||||
Reference in New Issue
Block a user