From 0d1b4917b5ccb77ea2cd8335b7510ff96869eb80 Mon Sep 17 00:00:00 2001 From: kangzj Date: Tue, 31 Dec 2024 03:20:23 +0000 Subject: [PATCH] changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12554866426 Upstream-Ref: Automattic/jetpack@99890900659c84fc31cc9f46f345d01234e5aa61 --- CHANGELOG.md | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622e001..5b82f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.1] - 2024-12-31 ### Added -- Added dist to mirror repo +- Added dist to mirror repo [#40776] ## [0.2.0] - 2024-12-31 ### Added @@ -40,5 +37,5 @@ This is an alpha version! The changes listed here are not final. - Fixed lints following ESLint rule changes for TS [#40584] - Fixing a bug in Chart storybook data. [#40640] -[0.2.1-alpha]: https://github.com/Automattic/charts/compare/v0.2.0...v0.2.1-alpha +[0.2.1]: https://github.com/Automattic/charts/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/charts/compare/v0.1.0...v0.2.0 diff --git a/package.json b/package.json index 363af5b..d8542b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/charts", - "version": "0.2.1-alpha", + "version": "0.2.1", "description": "Display charts within Automattic products.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme", "bugs": {