mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
Bump version to 1.1.0
This commit is contained in:
parent
5c80bcf17f
commit
f9b3f5cc17
2 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.0] - 2022-06-15
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- JavaScript converted to TypeScript
|
||||||
|
|
||||||
## [1.0.1] - 2022-06-13
|
## [1.0.1] - 2022-06-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
- GitHub Actions workflow to test Nextflow installation and downstream usage
|
||||||
- Documentation and license files
|
- Documentation and license files
|
||||||
|
|
||||||
[unreleased]: https://github.com/MillironX/setup-nextflow/compare/v1.0.1...HEAD
|
[unreleased]: https://github.com/MillironX/setup-nextflow/compare/v1.1.0...HEAD
|
||||||
|
[1.1.0]: https://github.com/MillironX/setup-nextflow/compare/v1.0.1...v1.1.0
|
||||||
[1.0.1]: https://github.com/MillironX/setup-nextflow/compare/v1.0.0...v1.0.1
|
[1.0.1]: https://github.com/MillironX/setup-nextflow/compare/v1.0.0...v1.0.1
|
||||||
[1.0.0]: https://github.com/MillironX/setup-nextflow/releases/tag/v1.0.0
|
[1.0.0]: https://github.com/MillironX/setup-nextflow/releases/tag/v1.0.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "install-nextflow-action",
|
"name": "install-nextflow-action",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue