From 2640936154130f9448352e17cc78b0e153eb6944 Mon Sep 17 00:00:00 2001 From: "orcacd-bot[bot]" <269165273+orcacd-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:40:32 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f2ecd08..c6b4421 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 029fbe5..855aba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/OrcaCD/deploy-action/compare/v0.1.0...v0.1.1) (2026-07-14) + + +### Bug Fixes + +* Error message handling ([#12](https://github.com/OrcaCD/deploy-action/issues/12)) ([c9e6879](https://github.com/OrcaCD/deploy-action/commit/c9e6879bedb2cd6087510552d623e8b3f814c8e9)) +* Release please not working ([#10](https://github.com/OrcaCD/deploy-action/issues/10)) ([4e594de](https://github.com/OrcaCD/deploy-action/commit/4e594de632b480c387bdfc7aaf78852deea5ba6e)), closes [#9](https://github.com/OrcaCD/deploy-action/issues/9) + ## 0.1.0 (2026-06-30) Initial release. diff --git a/package.json b/package.json index dc68518..15082bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-action", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "A GitHub Action to trigger deployments using OrcaCD", "bugs": {