Browse Source

chore(release): 7.0.3 [skip ci]

## [7.0.3](https://github.com/markedjs/marked/compare/v7.0.2...v7.0.3) (2023-08-15)

### Bug Fixes

* Fix unicode Regex miscounting emoji length ([#2942](https://github.com/markedjs/marked/issues/2942)) ([f3af23e](https://github.com/markedjs/marked/commit/f3af23ec988864b486f9852590ce8cc602e491f0))
semantic-release-bot 2 years ago
parent
commit
6c2c64c193
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package-lock.json
  2. 1 1
      package.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
   "name": "marked",
   "name": "marked",
-  "version": "7.0.2",
+  "version": "7.0.3",
   "lockfileVersion": 3,
   "lockfileVersion": 3,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "marked",
       "name": "marked",
-      "version": "7.0.2",
+      "version": "7.0.3",
       "license": "MIT",
       "license": "MIT",
       "bin": {
       "bin": {
         "marked": "bin/marked.js"
         "marked": "bin/marked.js"

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "marked",
   "name": "marked",
   "description": "A markdown parser built for speed",
   "description": "A markdown parser built for speed",
   "author": "Christopher Jeffrey",
   "author": "Christopher Jeffrey",
-  "version": "7.0.2",
+  "version": "7.0.3",
   "type": "module",
   "type": "module",
   "main": "./lib/marked.cjs",
   "main": "./lib/marked.cjs",
   "module": "./lib/marked.esm.js",
   "module": "./lib/marked.esm.js",