Skip to content

Commit 78d7166

Browse files
committed
v5.0.1
Closes linuswillner#846
1 parent 6420c47 commit 78d7166

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v5.0.1
2+
3+
Removed accidentally included `react-hot-loader` code from final build. Further reduced package size through minification. ([#846](https://github.com/linuswillner/react-console-emulator/issues/846))
4+
15
# v5.0.0
26

37
This version brings with it several new major features to react-console-emulator.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-console-emulator",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A simple terminal emulator component for React.",
55
"main": "dist/Terminal.js",
66
"files": [

0 commit comments

Comments
 (0)