Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 18, 2024
1 parent 7a4dcfb commit 6ea5685
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.25...v0.1.0)

### 🚀 Enhancements

- ⚠️ Support hybrid rendering ([#104](https://github.com/Atinux/nuxt-auth-utils/pull/104))

### 📖 Documentation

- Fix typos ([149448a](https://github.com/Atinux/nuxt-auth-utils/commit/149448a))
- Include SSR instructions in the README, fixes #97 ([#99](https://github.com/Atinux/nuxt-auth-utils/pull/99), [#97](https://github.com/Atinux/nuxt-auth-utils/issues/97))

### 🏡 Chore

- Add packageManager ([c323edc](https://github.com/Atinux/nuxt-auth-utils/commit/c323edc))
- Add link to nuxt-authorization ([1b06908](https://github.com/Atinux/nuxt-auth-utils/commit/1b06908))
- Update deps ([2fb5cff](https://github.com/Atinux/nuxt-auth-utils/commit/2fb5cff))

#### ⚠️ Breaking Changes

- ⚠️ Support hybrid rendering ([#104](https://github.com/Atinux/nuxt-auth-utils/pull/104))

### ❤️ Contributors

- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Paulo Queiroz ([@raggesilver](http://github.com/raggesilver))
- Timi Omoyeni ([@Timibadass](http://github.com/Timibadass))

## v0.0.25

[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.24...v0.0.25)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-auth-utils",
"version": "0.0.25",
"version": "0.1.0",
"description": "Minimalist Auth module for Nuxt with SSR",
"repository": "Atinux/nuxt-auth-utils",
"license": "MIT",
Expand Down Expand Up @@ -56,4 +56,4 @@
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
}
}
}

0 comments on commit 6ea5685

Please sign in to comment.