Skip to content

Commit 5181d18

Browse files
committed
chore: 0.11.0
# [0.11.0](v0.10.1...v0.11.0) (2024-04-14) ### Features * add authentication settings (e-mail change, password change, 2fa enable/disable) ([5628ced](5628ced)) * uploading/removing user avatars & banners ([61fa1b6](61fa1b6)) * user settings export ([948580e](948580e))
1 parent 948580e commit 5181d18

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.11.0](https://github.com/sunaurus/lemmy-ui-next/compare/v0.10.1...v0.11.0) (2024-04-14)
2+
3+
4+
### Features
5+
6+
* add authentication settings (e-mail change, password change, 2fa enable/disable) ([5628ced](https://github.com/sunaurus/lemmy-ui-next/commit/5628ced8e95ed5f74dac8c5f38666fd3227ae832))
7+
* uploading/removing user avatars & banners ([61fa1b6](https://github.com/sunaurus/lemmy-ui-next/commit/61fa1b68fde0e451fd0bdeadad54cdae56d57058))
8+
* user settings export ([948580e](https://github.com/sunaurus/lemmy-ui-next/commit/948580e51371d05e3d941491788aa97a3fa1b524))
9+
110
## [0.10.1](https://github.com/sunaurus/lemmy-ui-next/compare/v0.10.0...v0.10.1) (2024-04-14)
211

312

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lemmy-ui-next",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)