Skip to content

Commit 35730d2

Browse files
committed
chore(release): publish
- epub-extract@1.0.19 - epub-iconv-segment@1.0.2 - epub-iconv@1.0.12 - epub-maker2@3.0.3 - @node-novel/epub-util@1.0.4 - epub2@2.0.2 - extract-bad-epub@1.0.7 - novel-epub@2.0.3 - novel-txt-merge@1.0.27
1 parent ac05e50 commit 35730d2

File tree

18 files changed

+115
-16
lines changed

18 files changed

+115
-16
lines changed

packages/epub-extract/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.19](https://github.com/bluelovers/ws-epub/compare/epub-extract@1.0.18...epub-extract@1.0.19) (2020-06-20)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** update deps ([f132b9b](https://github.com/bluelovers/ws-epub/commit/f132b9b049da8ff86f5f3ef1eee7a7e143c0f77a))
12+
13+
14+
15+
16+
617
## [1.0.18](https://github.com/bluelovers/ws-epub/compare/epub-extract@1.0.17...epub-extract@1.0.18) (2020-06-09)
718

819
**Note:** Version bump only for package epub-extract

packages/epub-extract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epub-extract",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "epub-extract for node-novel style",
55
"keywords": [
66
"Google Play Books",
@@ -72,9 +72,9 @@
7272
"tsc:esm": "tsc -p tsconfig.esm.json"
7373
},
7474
"dependencies": {
75-
"@node-novel/epub-util": "^1.0.3",
75+
"@node-novel/epub-util": "^1.0.4",
7676
"cheerio": "^1.0.0-rc.3",
77-
"epub2": "^2.0.1",
77+
"epub2": "^2.0.2",
7878
"fs-iconv": "^3.0.9",
7979
"html-minifier": "^4.0.0",
8080
"node-novel-globby": "^2.0.18",

packages/epub-iconv-segment/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/bluelovers/ws-epub/compare/epub-iconv-segment@1.0.1...epub-iconv-segment@1.0.2) (2020-06-20)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** update deps ([f132b9b](https://github.com/bluelovers/ws-epub/commit/f132b9b049da8ff86f5f3ef1eee7a7e143c0f77a))
12+
13+
14+
15+
16+
617
## 1.0.1 (2020-06-09)
718

819

packages/epub-iconv-segment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epub-iconv-segment",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "簡易型 epub 簡繁轉換",
55
"keywords": [
66
"Google Play Books",
@@ -102,7 +102,7 @@
102102
},
103103
"dependencies": {
104104
"@lazy-cjk/zh-convert": "^1.0.18",
105-
"epub-iconv": "^1.0.11",
105+
"epub-iconv": "^1.0.12",
106106
"novel-segment-cli": "^1.1.30"
107107
}
108108
}

packages/epub-iconv/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.12](https://github.com/bluelovers/ws-epub/compare/epub-iconv@1.0.11...epub-iconv@1.0.12) (2020-06-20)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** update deps ([f132b9b](https://github.com/bluelovers/ws-epub/commit/f132b9b049da8ff86f5f3ef1eee7a7e143c0f77a))
12+
13+
14+
15+
16+
617
## 1.0.11 (2020-06-09)
718

819

packages/epub-iconv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epub-iconv",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "簡易型 epub 簡繁轉換",
55
"keywords": [
66
"Google Play Books",
@@ -105,7 +105,7 @@
105105
"dependencies": {
106106
"@bluelovers/fast-glob": "^3.0.4",
107107
"@lazy-cjk/zh-convert": "^1.0.18",
108-
"@node-novel/epub-util": "^1.0.3",
108+
"@node-novel/epub-util": "^1.0.4",
109109
"@yarn-tool/update-notifier": "^1.0.13",
110110
"bluebird": "^3.7.2",
111111
"cjk-conv": "^1.2.87",

packages/epub-maker2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/bluelovers/ws-epub/compare/epub-maker2@3.0.2...epub-maker2@3.0.3) (2020-06-20)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** update deps ([f132b9b](https://github.com/bluelovers/ws-epub/commit/f132b9b049da8ff86f5f3ef1eee7a7e143c0f77a))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/bluelovers/ws-epub/compare/epub-maker2@3.0.1...epub-maker2@3.0.2) (2020-06-09)
718

819
**Note:** Version bump only for package epub-maker2

packages/epub-maker2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epub-maker2",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Easily create epub files with javascript",
55
"keywords": [
66
"archive",

packages/epub-util/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.4](https://github.com/bluelovers/ws-epub/compare/@node-novel/epub-util@1.0.3...@node-novel/epub-util@1.0.4) (2020-06-20)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** update deps ([f132b9b](https://github.com/bluelovers/ws-epub/commit/f132b9b049da8ff86f5f3ef1eee7a7e143c0f77a))
12+
13+
14+
15+
16+
617
## 1.0.3 (2020-06-09)
718

819

packages/epub-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-novel/epub-util",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "<description>",
55
"keywords": [],
66
"homepage": "https://github.com/bluelovers/ws-epub/tree/master/packages/epub-util#readme",

0 commit comments

Comments
 (0)