Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT committed Mar 26, 2023
1 parent 597d154 commit 157f8e7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v1.1.0

[compare changes](https:///frontend/compare/v1.0.0-release...v1.1.0)


### 🚀 Enhancements

- 🚸 loader for user mutation (33560d7)

### 🩹 Fixes

- Remove unused links in dropdown (c15c9da)
- Remove unused footer link (742f227)
- 💬 Spelling mistake corrected (831141c)
- 💬 Spelling mistake corrected (#151)
- Redirect in hero component (0d29137)
- **gh:** Fix github issue #152 [BUG] Fix padding for email confirmation resend button Fixes #152 (#152)

### ❤️ Contributors

- AnnikenYT ([@mooonshine-net](http://github.com/mooonshine-net))
- Anniken
- Mondmarmelade

## v1.0.0

### 🚀 Enhancements
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bergflix-rewrite",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
Expand All @@ -11,6 +11,7 @@
"bump": "changelogen --bump",
"release": "changelogen --release"
},
"repository": "github:bergflix-remake/frontend",
"devDependencies": {
"@anniken/strapi-sdk-js": "^2.4.0",
"@heroicons/vue": "^1.0.5",
Expand Down

0 comments on commit 157f8e7

Please sign in to comment.