Skip to content

Commit 76cf205

Browse files
kraftbjmatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16476049641 Upstream-Ref: Automattic/jetpack@c6a8439
1 parent 48d0806 commit 76cf205

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

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

8-
## [0.20.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.20.0] - 2025-07-23
129
### Added
13-
- Line Chart: Add documentation
10+
- Line Chart: Add documentation [#44410]
1411

1512
## [0.19.1] - 2025-07-22
1613
### Changed
@@ -311,7 +308,7 @@ This is an alpha version! The changes listed here are not final.
311308
- Fixed lints following ESLint rule changes for TS [#40584]
312309
- Fixing a bug in Chart storybook data. [#40640]
313310

314-
[0.20.0-alpha]: https://github.com/Automattic/charts/compare/v0.19.1...v0.20.0-alpha
311+
[0.20.0]: https://github.com/Automattic/charts/compare/v0.19.1...v0.20.0
315312
[0.19.1]: https://github.com/Automattic/charts/compare/v0.19.0...v0.19.1
316313
[0.19.0]: https://github.com/Automattic/charts/compare/v0.18.0...v0.19.0
317314
[0.18.0]: https://github.com/Automattic/charts/compare/v0.17.0...v0.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.20.0-alpha",
3+
"version": "0.20.0",
44
"description": "Display charts within Automattic products.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
66
"bugs": {

0 commit comments

Comments
 (0)