Skip to content

Commit

Permalink
set release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CatHood0 committed Jul 19, 2024
1 parent e3b4eec commit 15362ca
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.3

* Fix: `quill-delta-from-html` cannot founded
* Chore: exposing all named methods on `quill-delta-from-html`

## 1.0.2

* Fix: always add a new line without checking the last operation
Expand Down
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
{
"name": "quill-delta-from-html",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert easily HTML inputs content to Quill Js Delta format",
"main": "dist/quill-delta-from-html.js",
"types": "dist/quill-delta-from-html.d.ts",
"typings": "dist/quill-delta-from-html.d.ts",
"typesVersions": {
"*": {
"dist/quill-delta-from-html.d.ts": [
"dist/quill-delta-from-html.d.ts"
],
"*": [
"dist/*"
]
}
},
"exports": {
".": "./dist/quill-delta-from-html.js",
"./": "./dist/"
},
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 15362ca

Please sign in to comment.