Skip to content

Commit

Permalink
chore(release): 2.6.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.5](v2.6.4...v2.6.5) (2022-02-13)

### Bug Fixes

* fix first login not logging in ([d0eda66](d0eda66)), closes [#408](#408)
* **Helper.php:** fix for redeclare messages ([85711c8](85711c8))
  • Loading branch information
semantic-release-bot committed Feb 13, 2022
1 parent a5c3b36 commit 0dd3af3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.6.5](https://github.com/daveroverts/bmac/compare/v2.6.4...v2.6.5) (2022-02-13)


### Bug Fixes

* fix first login not logging in ([d0eda66](https://github.com/daveroverts/bmac/commit/d0eda6606e635664a535e01bf47f42724db64561)), closes [#408](https://github.com/daveroverts/bmac/issues/408)
* **Helper.php:** fix for redeclare messages ([85711c8](https://github.com/daveroverts/bmac/commit/85711c810d58f081b363bb0a3c1db5f093aabeb9))

## [2.6.4](https://github.com/daveroverts/bmac/compare/v2.6.3...v2.6.4) (2022-02-12)


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,7 +1,7 @@
{
"name": "bmac",
"private": true,
"version": "2.6.4",
"version": "2.6.5",
"repository": {
"type": "git",
"url": "https://github.com/daveroverts/bmac.git"
Expand Down

0 comments on commit 0dd3af3

Please sign in to comment.