Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 6, 2023
1 parent 39b8066 commit afa2488
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/NethServer/ns8-user-manager/compare/v0.3.0...v0.4.0) (2023-11-06)


### Features

* added password change notification ([39b8066](https://github.com/NethServer/ns8-user-manager/commit/39b80668320cb1ac2f06deedfd9c32e7a42f83c7))
* enhanced autocomplete on password change ([033093d](https://github.com/NethServer/ns8-user-manager/commit/033093dece8362cca3e0649652823c96c5f9ec98))


### Bug Fixes

* fixed stuck menu when navigating ([fb28812](https://github.com/NethServer/ns8-user-manager/commit/fb2881262ea986f615b79e14b8f8fda74e260ddb))

## [0.3.0](https://github.com/NethServer/ns8-user-manager/compare/v0.2.1...v0.3.0) (2023-11-02)


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": "ns8-user-manager",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit afa2488

Please sign in to comment.