diff --git a/.changeset/rotten-fans-tap.md b/.changeset/rotten-fans-tap.md deleted file mode 100644 index 1e7b405..0000000 --- a/.changeset/rotten-fans-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@iptv/playlist": minor ---- - -Adds support for the tv-chno field diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1bdae..d3c4883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @iptv/playlist +## 1.1.0 + +### Minor Changes + +- [#12](https://github.com/ektotv/playlist/pull/12) [`98065fa`](https://github.com/ektotv/playlist/commit/98065fa057fe4d33705538011a34f3a045b1b38e) Thanks [@evoactivity](https://github.com/evoactivity)! - Adds support for the tv-chno field + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index ba762fb..acd6d78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@iptv/playlist", "description": "An extremely fast M3U playlist parser and generator for Node and the browser.", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "author": { "name": "ekto",