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:
semantic-release-bot 2024-09-04 00:12:19 +00:00
parent 9ed6456a37
commit f3c387fbcf
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -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"

View File

@ -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",