Skip to content

Commit 8de3c6b

Browse files
authored
Merge pull request #12 from antifree/release-please--branches--main
chore(main): release 1.2.0
2 parents 0fdbebd + ab1bc09 commit 8de3c6b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.2.0](https://github.com/antifree/json-to-variables/compare/v1.1.2...v1.2.0) (2024-05-12)
4+
5+
6+
### Features
7+
8+
* support node20 ([bf98b26](https://github.com/antifree/json-to-variables/commit/bf98b26d674005363839b0a35bee874a104ce72d))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The prefix (optional). Default value is empty string.
3333
### YML example
3434
```yml
3535
- name: JSON to variables
36-
uses: antifree/json-to-variables@v1.0.1 # x-release-please-version
36+
uses: antifree/json-to-variables@v1.2.0 # x-release-please-version
3737
with:
3838
filename: 'test.json'
3939
prefix: 'test'

0 commit comments

Comments
 (0)