diff --git a/package-lock.json b/package-lock.json index d556333..5fab0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-attrs", - "version": "4.1.5", + "version": "4.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-it-attrs", - "version": "4.1.5", + "version": "4.1.6", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", diff --git a/package.json b/package.json index 6c92533..bdc7e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-attrs", - "version": "4.1.5", + "version": "4.1.6", "description": "Add classes, identifiers and attributes to your markdown with {} curly brackets, similar to pandoc's header attributes", "main": "index.js", "license": "MIT",