We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4fe961 + d2adaf4 commit 5b94ef5Copy full SHA for 5b94ef5
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.2.1] - 2021-03-04
8
+### Changed
9
+- socket.io dependency version bump
10
+
11
## [2.2.0] - 2021-02-19
12
### Added
13
- This CHANGELOG
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "springroll-container",
3
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "The iframe controller for interacting with SpringRoll applications",
"main": "./dist/index.js",
"license": "MIT",
0 commit comments