Skip to content

Commit c4a89bf

Browse files
chore: release 1.1.0 (#132)
I have created a release PR for this version --- ## [1.1.0](1.0.0...1.1.0) (2026-04-07) ### Features * Add allow-empty option for path-filtered workflow support ([#131](#131)) ([caf95c6](caf95c6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com>
1 parent caf95c6 commit c4a89bf

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/Lendable/sloth/compare/1.0.0...1.1.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* Add allow-empty option for path-filtered workflow support ([#131](https://github.com/Lendable/sloth/issues/131)) ([caf95c6](https://github.com/Lendable/sloth/commit/caf95c69c1f2288f768180938b4c9d6659176d76))
9+
310
## [1.0.0](https://github.com/Lendable/sloth/compare/0.2.2...1.0.0) (2026-03-30)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sloth",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"exports": {
66
".": "./dist/index.js"

0 commit comments

Comments
 (0)