Skip to content

Commit

Permalink
release(2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Jul 31, 2024
1 parent 73c3194 commit 7d8dbff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 2.0.0 (2024-07-31)
* added ability to configure to parse custom or unknown directives

#### 1.7.2 (2024-05-08)
* fix `KODIPROP` with multiple `=` characters

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3u-parser-generator",
"version": "1.7.2",
"version": "2.0.0",
"description": "Library to parse and generate m3u or m3u8 IPTV playlist files",
"keywords": [
"m3u",
Expand All @@ -22,7 +22,7 @@
"lint:fix": "npx eslint ./src --fix",
"docs": "npx typedoc src/index.ts",
"deploy": "npm run docs && netlify deploy --dir=docs --prod",
"publish": "npm run build && npm publish"
"release": "npm run build && npm publish"
},
"author": "Raiper34",
"license": "MIT",
Expand Down

0 comments on commit 7d8dbff

Please sign in to comment.