diff --git a/packages/timescale/CHANGELOG.md b/packages/timescale/CHANGELOG.md index 718df1d7..4ccf616d 100644 --- a/packages/timescale/CHANGELOG.md +++ b/packages/timescale/CHANGELOG.md @@ -6,6 +6,11 @@ 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). +## [2.2.2] - 2025-10-29 + +- Add the ability to specify your own scale for the timescale +- Add a function prop to allow custom rendering of interval labels + ## [2.2.1] - 2025-07-01 Timescale default intervals include macrostrat `int_id` diff --git a/packages/timescale/package.json b/packages/timescale/package.json index 4f3ffe7e..d47af4c8 100644 --- a/packages/timescale/package.json +++ b/packages/timescale/package.json @@ -1,6 +1,6 @@ { "name": "@macrostrat/timescale", - "version": "2.2.1", + "version": "2.2.2", "description": "A configurable geologic timescale written with React and Typescript", "type": "module", "source": "src/index.ts",