mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(build): version 2.0.0
This commit is contained in:
parent
97a7696fc1
commit
32a1aaa39b
|
@ -1,5 +1,5 @@
|
|||
<a name="2.0.0-alpha"></a>
|
||||
# [2.0.0-alpha](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0-alpha) (2022-02-02)
|
||||
<a name="2.0.0"></a>
|
||||
# [2.0.0](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0) (2022-02-15)
|
||||
|
||||
### Breaking Changes
|
||||
* Supported Node Versions were set to match the [node release schedule](https://nodejs.org/en/about/releases/) which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
|
||||
|
@ -13,7 +13,8 @@
|
|||
|
||||
### Features
|
||||
|
||||
* - Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
|
||||
* Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
|
||||
* Added a default security policy. Please report security issues to the issues tab on GitHub.
|
||||
|
||||
|
||||
<a name="1.9.1"></a>
|
||||
|
|
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
5962
package-lock.json
generated
5962
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "showdown",
|
||||
"version": "2.0.0-alpha",
|
||||
"version": "2.0.0",
|
||||
"description": "A Markdown to HTML converter written in Javascript",
|
||||
"author": "Estevão Santos",
|
||||
"homepage": "http://showdownjs.com/",
|
||||
|
|
Loading…
Reference in New Issue
Block a user