Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.41.0...v2.0.0) (2023-09-12)

### Features

* **deps:** bump @cypress/request and cypress ([c22a63a](c22a63a))
* **module:** parse meeting data from Watchtower Study epub file ([47f6406](47f6406))

### BREAKING CHANGES

* **module:** With this release, the `loadEPUB` function will return an array of objects, containing all the weekly source materials. The property names were all adjusted. Also the, the study point for students parts is no longer a separate property. It is now included with the source part.
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent c22a63a commit 675d7ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/sws2apps/jw-epub-parser/compare/v1.41.0...v2.0.0) (2023-09-12)


### Features

* **deps:** bump @cypress/request and cypress ([c22a63a](https://github.com/sws2apps/jw-epub-parser/commit/c22a63a99a2c562ce7787733dc1977f57ae0def9))
* **module:** parse meeting data from Watchtower Study epub file ([47f6406](https://github.com/sws2apps/jw-epub-parser/commit/47f64063dd39b38907256806033e3582f724aeb1))


### BREAKING CHANGES

* **module:** With this release, the `loadEPUB` function will return an array of objects, containing all the weekly source materials. The property names were all adjusted. Also the, the study point for students parts is no longer a separate property. It is now included with the source part.

# [2.0.0-beta.9](https://github.com/sws2apps/jw-epub-parser/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jw-epub-parser",
"version": "1.41.0",
"version": "2.0.0",
"type": "module",
"description": "This tool will help you to parse and extract the needed source materials from Meeting Workbook EPUB file. Support for parsing Watchtower Study will be added in future release.",
"keywords": [
Expand Down

0 comments on commit 675d7ef

Please sign in to comment.