From a77066ccc84c37786f218a618c2bc597f5def1c8 Mon Sep 17 00:00:00 2001 From: Arve Seljebu Date: Sat, 10 Dec 2022 21:29:31 +0100 Subject: [PATCH] 4.1.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",