Bump version to 1.1.0

This commit is contained in:
Thomas A. Christensen II 2022-06-15 11:35:09 -05:00
parent 5c80bcf17f
commit f9b3f5cc17
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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": {