From 1118db18ce11edfaee024f0842218ba81b6d5337 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 26 Jul 2024 19:06:09 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.0=20=E2=86=92=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581a61a..aabd025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.1 (2024-07-26) + +### Fix + +- artifact-upload key --> name variable + +### Refactor + +- rename stories_build to more generic pnpm_build +- replace upload/download artifact workflows with v4 + ## 2.0.0 (2024-07-26) ### BREAKING CHANGE diff --git a/pyproject.toml b/pyproject.toml index 8aa3f2c..4857e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.0" +version = "2.0.1" version_files = [ "pyproject.toml:version", ]