Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Nov 12, 2023
1 parent 836c43d commit 3892a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file records the changes in each m3api-botpassword release.
The annotated tag (and GitHub release) for each version also lists the changes,
but this file may sometimes contain later improvements (e.g. typo fixes).

## next (not yet released)
## v0.2.1 (2023-11-12)

- `login()` and `LoginError` now understand
that the `reason` returned by the API in case of failed login
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3api-botpassword",
"version": "0.2.0",
"version": "0.2.1",
"description": "m3api extension package to authenticate using a bot password.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3892a66

Please sign in to comment.