diff --git a/CHANGELOG.md b/CHANGELOG.md index d96ab91..a4a7ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.1](https://github.com/little-core-labs/netrc-creds/compare/v2.0.0...v2.0.1) +## [v2.1.0](https://github.com/little-core-labs/netrc-creds/compare/v2.0.1...v2.1.0) + +### Commits + +- Add a direct input option. [`34eb280`](https://github.com/little-core-labs/netrc-creds/commit/34eb2803796e4251a4d8aac9e01d30b8e678307c) + +## [v2.0.1](https://github.com/little-core-labs/netrc-creds/compare/v2.0.0...v2.0.1) - 2020-12-23 ### Merged diff --git a/package.json b/package.json index 608abef..5e49d88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netrc-creds", - "version": "2.0.1", + "version": "2.1.0", "private": true, "description": "Set up netrc creds in Github Actions", "main": "index.js",