Skip to content

Commit 9c7649a

Browse files
committed
chore(yarn): update package.json and changelog
1 parent 83ff4a0 commit 9c7649a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
> All notable changes to this project are documented in this file. This project
44
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
6+
## [[v3.3.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.3.0)
7+
8+
### Changed
9+
10+
- Bundle size reduction
11+
612
## [[v3.2.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.2.0)
713

814
### Added

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",
@@ -69,6 +69,10 @@
6969
{
7070
"name": "Janzen Zarzoso",
7171
"url": "https://github.com/janzenz"
72+
},
73+
{
74+
"name": "Emilia Zapata",
75+
"url": "https://github.com/synecdokey"
7276
}
7377
],
7478
"license": "MIT",

0 commit comments

Comments
 (0)