Skip to content

Commit 15362ca

Browse files
author
CatHood0
committed
set release 1.0.3
1 parent e3b4eec commit 15362ca

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.3
2+
3+
* Fix: `quill-delta-from-html` cannot founded
4+
* Chore: exposing all named methods on `quill-delta-from-html`
5+
16
## 1.0.2
27

38
* Fix: always add a new line without checking the last operation

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
{
22
"name": "quill-delta-from-html",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Convert easily HTML inputs content to Quill Js Delta format",
5+
"main": "dist/quill-delta-from-html.js",
6+
"types": "dist/quill-delta-from-html.d.ts",
7+
"typings": "dist/quill-delta-from-html.d.ts",
8+
"typesVersions": {
9+
"*": {
10+
"dist/quill-delta-from-html.d.ts": [
11+
"dist/quill-delta-from-html.d.ts"
12+
],
13+
"*": [
14+
"dist/*"
15+
]
16+
}
17+
},
18+
"exports": {
19+
".": "./dist/quill-delta-from-html.js",
20+
"./": "./dist/"
21+
},
522
"scripts": {
623
"build": "tsc",
724
"start": "ts-node src/index.ts",
25+
"prepublish": "tsc",
826
"test": "echo \"Error: no test specified\" && exit 1"
927
},
1028
"repository": {

0 commit comments

Comments
 (0)