Skip to content

Commit 260accd

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.38.0...v4.0.0) (2025-07-21) ### Features * **module:** package renamed to `meeting-schedules-parser` ([c36eafd](c36eafd)) ### BREAKING CHANGES * **module:** if the package will be used in a browser environment, it is necessary to run `npx meeting-schedules-parser` after installing. * **module:** the name of function has been changed from `loadEPUB` to `loadPub` * **module:** it is now possible to use jwpub file as input
1 parent a75171d commit 260accd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.0.0](https://github.com/sws2apps/meeting-schedules-parser/compare/v3.38.0...v4.0.0) (2025-07-21)
2+
3+
4+
### Features
5+
6+
* **module:** package renamed to `meeting-schedules-parser` ([c36eafd](https://github.com/sws2apps/meeting-schedules-parser/commit/c36eafdcd5b518b38853de5015c555d9d6cec5f5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **module:** if the package will be used in a browser environment, it is necessary to run `npx meeting-schedules-parser` after installing.
12+
13+
* **module:** the name of function has been changed from `loadEPUB` to `loadPub`
14+
* **module:** it is now possible to use jwpub file as input
15+
116
# [4.0.0-beta.1](https://github.com/sws2apps/meeting-schedules-parser/compare/v3.38.0...v4.0.0-beta.1) (2025-07-20)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meeting-schedules-parser",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0",
44
"type": "module",
55
"description": "This tool will help you to parse and extract the needed meeting schedules from Meeting Workbook and Watchtower Study EPUB and JWPUB files.",
66
"keywords": [

0 commit comments

Comments
 (0)