Skip to content

Commit 4a36396

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-04-18) ### Features * adding limits for getting all project ([#4](#4)) ([#4](#4)) ([9bc5100](9bc5100))
1 parent 9bc5100 commit 4a36396

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/infinite-automations/gh-projects-set-select-option/compare/v1.0.0...v1.1.0) (2024-04-18)
2+
3+
4+
### Features
5+
6+
* adding limits for getting all project ([#4](https://github.com/infinite-automations/gh-projects-set-select-option/issues/4)) ([#4](https://github.com/infinite-automations/gh-projects-set-select-option/issues/4)) ([9bc5100](https://github.com/infinite-automations/gh-projects-set-select-option/commit/9bc5100a1a1231e73d37d64211cfd696060c8249))
7+
18
# 1.0.0 (2024-04-18)
29

310

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sets the value for a select field in GitHub Projects based on the text value.
77
# Usage
88

99
```yaml
10-
- uses: infinite-automations/gh-projects-set-option@v1.0.0
10+
- uses: infinite-automations/gh-projects-set-option@v1.1.0
1111
with:
1212
# Token which is used to access the project data via GitHub CLI
1313
token: ''

0 commit comments

Comments
 (0)