From 4bc6023f137f5960598b83db6246e2336422263f Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 26 Feb 2022 05:54:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 51bfb7b..d34a73f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-it-docutils", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-it-docutils", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" diff --git a/package.json b/package.json index c408366..7b7ec2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-docutils", - "version": "0.1.2", + "version": "0.1.3", "description": "A markdown-it plugin for implementing docutils style roles and directives", "author": "Chris Sewell", "homepage": "https://github.com/executablebooks/markdown-it-docutils",