mirror of
https://github.com/markedjs/marked
synced 2024-11-22 00:05:53 +00:00
chore(release): 14.1.1 [skip ci]
## [14.1.1](https://github.com/markedjs/marked/compare/v14.1.0...v14.1.1) (2024-09-04) ### Bug Fixes * Don't replace tabs with spaces ([#3438](https://github.com/markedjs/marked/issues/3438)) ([9ed6456
](9ed6456a37
))
This commit is contained in:
parent
9ed6456a37
commit
f3c387fbcf
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "14.1.0",
|
||||
"version": "14.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "14.1.0",
|
||||
"version": "14.1.1",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "14.1.0",
|
||||
"version": "14.1.1",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
Reference in New Issue
Block a user