File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.1.5] ( https://github.com/CandyCoded/env/tree/v1.1.5 ) - (2025-02-26)
4+
5+ [ Full Changelog] ( https://github.com/CandyCoded/env/compare/v1.1.4...v1.1.5 )
6+
7+ - [ hotfix] Only created resources dir if env file exists. [ #16 ] ( https://github.com/CandyCoded/env/pull/16 )
8+
39## [ v1.1.4] ( https://github.com/CandyCoded/env/tree/v1.1.4 ) - (2025-02-26)
410
511[ Full Changelog] ( https://github.com/CandyCoded/env/compare/v1.1.3...v1.1.4 )
Original file line number Diff line number Diff line change 1313``` json
1414{
1515 "dependencies" : {
16- "xyz.candycoded.env" : " https://github.com/CandyCoded/env.git#v1.1.4 " ,
16+ "xyz.candycoded.env" : " https://github.com/CandyCoded/env.git#v1.1.5 " ,
1717 ...
1818 }
1919}
2424``` json
2525{
2626 "dependencies" : {
27- "xyz.candycoded.env" : " 1.1.4 " ,
27+ "xyz.candycoded.env" : " 1.1.5 " ,
2828 ...
2929 },
3030 "scopedRegistries" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " xyz.candycoded.env" ,
33 "displayName" : " env" ,
4- "version" : " 1.1.4 " ,
4+ "version" : " 1.1.5 " ,
55 "unity" : " 2019.1" ,
66 "unityRelease" : " 0f1" ,
77 "description" : " Use .env files in your Unity projects." ,
You can’t perform that action at this time.
0 commit comments