From bdd70899c2239dcbcd3890b11c211b74dffd3232 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Apr 2024 17:02:43 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/unlucky-days-attend.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/unlucky-days-attend.md diff --git a/.changeset/unlucky-days-attend.md b/.changeset/unlucky-days-attend.md deleted file mode 100644 index d34861c..0000000 --- a/.changeset/unlucky-days-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/chromatic-ado": patch ---- - -Final enhancements before the first major release. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e511d3..de038b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/chromatic-ado +## 0.0.12 + +### Patch Changes + +- [`999565b`](https://github.com/gsoft-inc/wl-chromatic-ado/commit/999565b5e21a1b1fe2e5e8e07c2a6d64a652957a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Final enhancements before the first major release. + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index 68ac5aa..35c5d47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workleap/chromatic-ado", "author": "Workleap", - "version": "0.0.11", + "version": "0.0.12", "description": "Utilities to use Chromatic with Azure DevOps.", "license": "Apache-2.0", "repository": {