Skip to content

Commit f8f9bf1

Browse files
authored
Version bump for [email protected] (#796)
1 parent 20cfe39 commit f8f9bf1

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.2.0] - 2022-05-04
11+
12+
### Added
13+
14+
### Removed
15+
16+
### Changed
17+
18+
### Fixed
19+
1020
## [3.1.0] - 2022-04-11
1121

1222
### Added
697 KB
Binary file not shown.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amazon-chime-sdk-component-library-react",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Amazon Chime SDK Component Library - React",
55
"main": "lib/index.js",
66
"module": "lib/index.esm.js",
@@ -123,7 +123,7 @@
123123
"webpack-cli": "^4.9.2"
124124
},
125125
"peerDependencies": {
126-
"amazon-chime-sdk-js": "^3.0.0",
126+
"amazon-chime-sdk-js": "^3.1.0",
127127
"react": "^17.0.1",
128128
"react-dom": "^17.0.1",
129129
"styled-components": "^5.0.0",

0 commit comments

Comments
 (0)