File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.2 "
2+ "." : " 1.2.0 "
33}
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments