From 530354af72c4d060b7ee352c4701d88670040b85 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:51:32 +0100 Subject: [PATCH] chore: release 0.6.1 (#29) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa580ea..d3d99b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.6.1](https://www.github.com/zakodium-oss/react-d3-utils/compare/v0.6.0...v0.6.1) (2022-11-01) + + +### Bug Fixes + +* generate ticks with the correct domain ([745edc1](https://www.github.com/zakodium-oss/react-d3-utils/commit/745edc13d7f5ba5b83e1fe40b692fb067f3c7bf0)) + ## [0.6.0](https://www.github.com/zakodium-oss/react-d3-utils/compare/v0.5.1...v0.6.0) (2022-10-19) diff --git a/package.json b/package.json index b1140bd..c95c76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-d3-utils", - "version": "0.6.0", + "version": "0.6.1", "description": "Low-level utilities to build charts with React and D3", "main": "lib/index.js", "module": "lib-esm/index.js",