Skip to content

Commit 71aff29

Browse files
committed
chore(release): 1.3.1
NOTE: prev release commit is mistake
1 parent ac85f97 commit 71aff29

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
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.
44

5-
## [1.4.0](https://github.com/chartist-js/chartist/compare/v1.3.0...v1.4.0) (2025-04-07)
6-
7-
8-
### Features
9-
10-
* add an error message when chart container is not found ([#1392](https://github.com/chartist-js/chartist/issues/1392)) ([6ee19be](https://github.com/chartist-js/chartist/commit/6ee19be3a1936a3c1761aa2f3651683a02495543))
11-
5+
### [1.3.1](https://github.com/chartist-js/chartist/compare/v1.3.0...v1.3.1) (2025-04-07)
126

137
### Bug Fixes
148

9+
* add an error message when chart container is not found ([#1392](https://github.com/chartist-js/chartist/issues/1392)) ([6ee19be](https://github.com/chartist-js/chartist/commit/6ee19be3a1936a3c1761aa2f3651683a02495543))
1510
* prototype pollution vulnerability in extend (CVE-2024-45435) ([#1433](https://github.com/chartist-js/chartist/issues/1433)) ([5a24b93](https://github.com/chartist-js/chartist/commit/5a24b933d2ab4a97c30a24e9fa1da21c9c8083f1)), closes [#1427](https://github.com/chartist-js/chartist/issues/1427)
1611
* use clientWidth/clientHeight instead of getBoundingClientRect ([#1395](https://github.com/chartist-js/chartist/issues/1395)) ([1067900](https://github.com/chartist-js/chartist/commit/10679003a8cec24f9c1f559bdd0c241ec02319a4))
1712

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chartist",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "1.3.1",
55
"description": "Simple, responsive charts",
66
"author": "Gion Kunz",
77
"homepage": "https://chartist.dev",

0 commit comments

Comments
 (0)