From 8d6d8f5ec74c1c302b7008297c2130239a16f734 Mon Sep 17 00:00:00 2001 From: Conor Hastings Date: Mon, 22 Oct 2018 19:22:53 -0700 Subject: [PATCH] 9.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30ec6effa..2b72b44e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4295aa58e..e9988944f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "9.0.0", + "version": "9.0.1", "description": "syntax highlighting component for react with prismjs or highlightjs ast using inline styles", "main": "index.js", "dependencies": {