setup-nextflow/CHANGELOG.md

27 lines
804 B
Markdown
Raw Normal View History

2022-06-13 22:30:11 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2022-06-13 22:51:59 +00:00
## [1.0.1] - 2022-06-13
### Fixed
- JavaScript now compiled for appropriate use as GitHub action
2022-06-13 22:30:11 +00:00
## [1.0.0] - 2022-06-13
### Added
- NodeJS GitHub Action to download and install Nextflow
- GitHub Actions workflow to test Nextflow installation and downstream usage
- Documentation and license files
2022-06-13 22:51:59 +00:00
[unreleased]: https://github.com/MillironX/setup-nextflow/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/MillironX/setup-nextflow/compare/v1.0.0...v1.0.1
2022-06-13 22:30:11 +00:00
[1.0.0]: https://github.com/MillironX/setup-nextflow/releases/tag/v1.0.0