From 0ee1797f9ca93488bd2641eb277e56749eb74b05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:20:48 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 887a8f7..8d3dbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/streetsidesoftware/actions/compare/v1.0.0...v1.1.0) (2023-09-04) + + +### Features + +* Add action to check if dirty ([#8](https://github.com/streetsidesoftware/actions/issues/8)) ([54d00de](https://github.com/streetsidesoftware/actions/commit/54d00de5c6fe144f1ff437c171ed4263ae2e8be3)) + + +### Bug Fixes + +* Add Update workflow and add examples ([#4](https://github.com/streetsidesoftware/actions/issues/4)) ([979692c](https://github.com/streetsidesoftware/actions/commit/979692c63151b74a8b0970083c089c128d714d06)) +* fix dirty ([#10](https://github.com/streetsidesoftware/actions/issues/10)) ([31ca4d6](https://github.com/streetsidesoftware/actions/commit/31ca4d66b865aba36cd8661f7917d1e0ec17e4d3)) + ## 1.0.0 (2023-09-04) diff --git a/package.json b/package.json index b5ebfc9..cba17f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions", - "version": "1.0.0", + "version": "1.1.0", "description": "Collection of actions for GitHub Workflows", "private": true, "packageManager": "pnpm@8.7.1",