Skip to content

Commit 67943e2

Browse files
committed
bug fix
1 parent bb5d8b4 commit 67943e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In lieu of a formal styleguide, please format your code using 'prettier' prior t
4747

4848
## Release History
4949

50+
- 2.1.1 Bug fixes
5051
- 2.1.0 Changed to TypeScript
5152
- 2.0.5 Fixed issue that broke gatsby html build
5253
- 2.0.2 - 2.0.4 Fixed Webpack bug that was bundling React with component and other bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-copy-code",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Tool to add a copy codeblock to clipboard",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)