From 7d8dbff470c3e4eb1aa875b6ccb98237562ceaa9 Mon Sep 17 00:00:00 2001 From: raiper34 Date: Wed, 31 Jul 2024 23:19:37 +0200 Subject: [PATCH] release(2.0.0) --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8e42e..f245822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d12753c..bbda5cf 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",