Skip to content

Commit

Permalink
Prepare changelog for v1.0.1 (#13)
Browse files Browse the repository at this point in the history
* Prepare changelog for v1.0.1

* Add new section
  • Loading branch information
lucasecdb authored Jul 1, 2022
1 parent d0d16ee commit 2ceb9b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2022-07-01
### Fixed
- Inputs not marked as required.

## [1.0.0] - 2022-07-01
### Added
- Login support with `app-key` and `app-token` inputs.


[Unreleased]: https://github.com/vtex/action-toolbelt-login/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/vtex/action-toolbelt-login/compare/v0.0.0...v1.0.0
[1.0.0]: https://github.com/vtex/action-toolbelt-login/compare/v0.0.0...v1.0.0
[1.0.1]: https://github.com/vtex/action-toolbelt-login/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-toolbelt-login",
"version": "1.0.0",
"version": "1.0.1",
"description": "Perform login for VTEX Toolbelt using supplied credentials",
"type": "module",
"main": "lib/main.js",
Expand Down

0 comments on commit 2ceb9b2

Please sign in to comment.