Skip to content

Commit

Permalink
Merge pull request #12 from antifree/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.2.0
  • Loading branch information
antifree authored May 12, 2024
2 parents 0fdbebd + ab1bc09 commit 8de3c6b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.2"
".": "1.2.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.2.0](https://github.com/antifree/json-to-variables/compare/v1.1.2...v1.2.0) (2024-05-12)


### Features

* support node20 ([bf98b26](https://github.com/antifree/json-to-variables/commit/bf98b26d674005363839b0a35bee874a104ce72d))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The prefix (optional). Default value is empty string.
### YML example
```yml
- name: JSON to variables
uses: antifree/json-to-variables@v1.0.1 # x-release-please-version
uses: antifree/json-to-variables@v1.2.0 # x-release-please-version
with:
filename: 'test.json'
prefix: 'test'
Expand Down

0 comments on commit 8de3c6b

Please sign in to comment.