feat(version): bump to v1.0.4

This commit is contained in:
Tomas Aparicio
2017-11-29 16:11:41 +01:00
parent cbe8a8821a
commit 7883b4e5b0
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
View File
@@ -1,4 +1,4 @@
package filetype
// Version exposes the current package version.
const Version = "1.0.3"
const Version = "1.0.4"