Releases: travi/any
Releases · travi/any
v3.1.2
v3.1.1
v3.1.0
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2023-09-24)
Build System
- files: used the files property to define files to include in the package (15d7c6b)
Features
- node-versions: defined the supported node ranges (1183b41)
BREAKING CHANGES
- node-versions: node version support is now limited to v18.17 in the v18 range and above v20.6.1
- files: the use of the
files
property prevents inclusion of files into the package that
are not listed. those files are not part of the intended public api, so this should be effectively
non-breaking
v3.0.0-beta.2
3.0.0-beta.2 (2023-09-24)
Features
- node-versions: defined the supported node ranges (1183b41)
BREAKING CHANGES
- node-versions: node version support is now limited to v18.17 in the v18 range and above v20.6.1
v3.0.0-beta.1
3.0.0-beta.1 (2023-09-24)
Build System
- files: used the files property to define files to include in the package (15d7c6b)
BREAKING CHANGES
- files: the use of the
files
property prevents inclusion of files into the package that
are not listed. those files are not part of the intended public api, so this should be effectively
non-breaking