Skip to content

Commit 6fd811e

Browse files
committed
bump version and update changelog
1 parent 5a4ff45 commit 6fd811e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.1.1] - UNRELEASED
7+
## [2.2.0] - 2021-02-18
88
### Added
99
- This CHANGELOG
1010
- Fullscreen Plugin. The ability to add in a fullscreen button within container

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-container",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"main": "./dist/index.js",
66
"license": "MIT",
@@ -72,4 +72,4 @@
7272
"url": "https://github.com/SpringRoll/SpringRollContainer/issues"
7373
},
7474
"homepage": "https://github.com/SpringRoll/SpringRollContainer"
75-
}
75+
}

0 commit comments

Comments
 (0)