Skip to content

Commit b212ef6

Browse files
authored
Merge pull request #94 from lahsivjar/release-4.1.0
Update version to 4.1.0
2 parents 0c5501a + c4f68ef commit b212ef6

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
npm-debug.log
44
.nyc_output
5+
.idea

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Report any issues or bugs to <https://github.com/lahsivjar/react-stomp/issues>
5353

5454
## Changelog
5555

56+
### 4.1.0
57+
58+
- Update react from 16.5.0 to 16.6.3
59+
- Update react-dom from 16.5.0 to 16.6.3
60+
- [PR #93] Use STOMP message frame to find correct topic
61+
5662
### 4.0.0
5763

5864
- Improve test coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stomp",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "React websocket component with STOMP over SockJS",
55
"main": "./dist/client.js",
66
"nyc": {

src/client.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Lo from 'lodash'
77
/**
88
* React component for SockJS-client with STOMP messaging protocol.
99
*
10-
* @version 4.0.0
10+
* @version 4.1.0
1111
* @author [lahsivjar] (https://github.com/lahsivjar)
1212
* @see {@link https://stomp.github.io/|STOMP}
1313
* @see {@link https://github.com/sockjs/sockjs-client|StompJS}

0 commit comments

Comments
 (0)