From 17e51974209f9d7a65dda3fcf808944086a91862 Mon Sep 17 00:00:00 2001 From: simonguo Date: Mon, 1 Aug 2022 15:33:24 +0800 Subject: [PATCH] build: bump 2.2.0 --- CHANGELOG.md | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245c0c9..d60390a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ -# [2.1.0](https://github.com/simonguo/react-code-view/compare/2.0.0...2.1.0) (2022-07-12) +# [2.2.0](https://github.com/simonguo/react-code-view/compare/2.1.0...2.2.0) (2022-08-01) +### Bug Fixes -### Features +- **Renderer:** fix timely re-renders ([#39](https://github.com/simonguo/react-code-view/issues/39)) ([cf77850](https://github.com/simonguo/react-code-view/commit/cf77850e046baf131a54f0d5ace062990671ef39)) + +### Performance Improvements -* support for rendering multiple examples in markdown ([#35](https://github.com/simonguo/react-code-view/issues/35)) ([d021789](https://github.com/simonguo/react-code-view/commit/d021789b8ebcd540c54f34131c1aa1a1be79a442)) +- **transform:** use sucrase instead of @swc/wasm-web to improve transcoding performance [#38](https://github.com/simonguo/react-code-view/issues/38) +# [2.1.0](https://github.com/simonguo/react-code-view/compare/2.0.0...2.1.0) (2022-07-12) + +### Features +- support for rendering multiple examples in markdown ([#35](https://github.com/simonguo/react-code-view/issues/35)) ([d021789](https://github.com/simonguo/react-code-view/commit/d021789b8ebcd540c54f34131c1aa1a1be79a442)) # 2.0.0 diff --git a/package.json b/package.json index 45b3e0a..dd77b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-code-view", - "version": "2.1.0", + "version": "2.2.0", "description": "Code view for React", "main": "cjs/index.js", "module": "esm/index.js",