From 4c4ef57527fa38b323606968fb581aa23d2860ff Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 12 Oct 2024 20:08:14 +0000 Subject: [PATCH] fix(meta): fixed import so it's no longer broken (#47) [skip ci] --- CHANGELOG.md | 9 +++++++++ src/qickdawg/version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b252920..10f63f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/sandialabs/qick-dawg/compare/v0.0.6...v1.0.1) (2024-10-12) + + +### Bug Fixes + +* **meta:** fixed import so it's no longer broken ([98db853](https://github.com/sandialabs/qick-dawg/commit/98db853614c61325841e4fc83b7cc3555bbff4d5)) + + + ## [0.0.6](https://github.com/sandialabs/qick-dawg/compare/v0.2.0...v0.0.6) (2024-10-09) diff --git a/src/qickdawg/version.json b/src/qickdawg/version.json index 1587a66..ca84e70 100644 --- a/src/qickdawg/version.json +++ b/src/qickdawg/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0" + "version": "1.0.1" }