diff --git a/CHANGELOG.md b/CHANGELOG.md index 9104506..810e3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-06-15 + +### Changed + +- JavaScript converted to TypeScript + ## [1.0.1] - 2022-06-13 ### 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 - 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.0]: https://github.com/MillironX/setup-nextflow/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 44a21a7..85c2909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "dist/index.js", "scripts": {