Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
1 parent c276e0e commit 0ee1797
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0ee1797

Please sign in to comment.