Skip to content

Commit 4a72139

Browse files
chore(release): 1.5.0 (#1450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c6edfd7 commit 4a72139

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.5.0](https://github.com/chartist-js/chartist/compare/v1.4.0...v1.5.0) (2025-09-30)
6+
7+
### Features
8+
9+
* support for viewport in SVG only providing width and height ([#1403](https://github.com/chartist-js/chartist/issues/1403)) ([752f0a7](https://github.com/chartist-js/chartist/commit/752f0a780cbff77e18ed43c1f1f9b9b4c63507b6))
10+
511
## [1.4.0](https://github.com/chartist-js/chartist/compare/v1.3.1...v1.4.0) (2025-06-27)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
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.5.0",
55
"description": "Simple, responsive charts",
66
"author": "Gion Kunz",
77
"homepage": "https://chartist.dev",

0 commit comments

Comments
 (0)