Skip to content

Commit 17a715e

Browse files
committed
chore(release): 3.1.0
1 parent fc2c8d4 commit 17a715e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.1.0](https://github.com/reactchartjs/react-chartjs-2/compare/v2.4.0...v3.1.0) (2021-10-17)
6+
7+
8+
### Features
9+
10+
* Reduced package size
11+
12+
13+
### Bug Fixes
14+
15+
* minor types fixes ([#759](https://github.com/reactchartjs/react-chartjs-2/issues/759)) ([fe6c00f](https://github.com/reactchartjs/react-chartjs-2/commit/fe6c00f05cdc3099a66a7ac0c05fb5e6f216209a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs-2",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "React components for Chart.js",
55
"main": "dist/index.js",
66
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)