From b8fa8022ded489c30776df9cfae0929ee17008b0 Mon Sep 17 00:00:00 2001 From: Conor Hastings Date: Tue, 30 Oct 2018 20:14:18 -0700 Subject: [PATCH] 10.0.0 --- 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 93993b0d9..0e285ed19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "9.0.1", + "version": "10.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84f78ba80..7cb4568fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-syntax-highlighter", - "version": "9.0.1", + "version": "10.0.0", "description": "syntax highlighting component for react with prismjs or highlightjs ast using inline styles", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",