From e73a1992041751f6880f8b575c891ce5f0516649 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 24 Feb 2021 10:45:07 -0800 Subject: [PATCH] build: 10.4.5 release --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a909e81..75674d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 10.4.5 (2021-02-24) + +* fix: loosen up our @readme/variable peerDep requirement (#79) ([5073b55](https://github.com/readmeio/syntax-highlighter/commit/5073b55)), closes [#79](https://github.com/readmeio/syntax-highlighter/issues/79) + + + ## 10.4.4 (2021-02-05) * style(codemirror): add highlight class (#78) ([ba8303e](https://github.com/readmeio/syntax-highlighter/commit/ba8303e)), closes [#78](https://github.com/readmeio/syntax-highlighter/issues/78) diff --git a/package.json b/package.json index 4c8ecc0..735c0fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@readme/syntax-highlighter", "description": "ReadMe's React-based syntax highlighter", - "version": "10.4.4", + "version": "10.4.5", "main": "dist/index.node.js", "browser": "dist/index.js", "license": "ISC",