Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Feb 6, 2024
1 parent b117dd4 commit 8bb54fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [1.1.0](https://github.com/SgtPooki/file-type/compare/file-type-v1.0.0...file-type-v1.1.0) (2024-02-06)


### Features

* no more node ([151f149](https://github.com/SgtPooki/file-type/commit/151f149184539be999d20985afd04b45d4d2ffd9))


### Bug Fixes

* 320: PNG with long iTXt chunk ([#321](https://github.com/SgtPooki/file-type/issues/321)) ([a59869b](https://github.com/SgtPooki/file-type/commit/a59869b8800f4155923f5a11dc1da8cd2248e3e2))
* exports ([1e871f8](https://github.com/SgtPooki/file-type/commit/1e871f85364d9cc41155aac550b958f9b56b939d))
* lint passes, removed dead code ([be7c70b](https://github.com/SgtPooki/file-type/commit/be7c70b0406533dbdba2e0713d0776cfacc69975))
* Malformed MKV could cause an infinite loop ([2c4d120](https://github.com/SgtPooki/file-type/commit/2c4d1200c99dffb7d515b9b9951ef43c22bf7e47))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sgtpooki/file-type",
"version": "1.0.0-1e871f8",
"version": "1.1.0",
"description": "An *Ackchyually* browser compatible file-type hacky replacement of the `file-type` package. Forked from https://github.com/sindresorhus/file-type",
"license": "MIT",
"repository": "sgtpooki/file-type",
Expand Down

0 comments on commit 8bb54fd

Please sign in to comment.