Skip to content

Commit 41cb690

Browse files
committed
chore(release): v1.35.0
1 parent 8cd4a97 commit 41cb690

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# Changelog
22

33

4+
## v1.35.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.34.7...v1.35.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Implement google authentication ([e830872](https://github.com/rrd108/nuxt-users/commit/e830872))
11+
- Add google auth to the playground ([2b43ca0](https://github.com/rrd108/nuxt-users/commit/2b43ca0))
12+
- Add migration ([0280eca](https://github.com/rrd108/nuxt-users/commit/0280eca))
13+
- Unregistered user gets error message ([eefbdf5](https://github.com/rrd108/nuxt-users/commit/eefbdf5))
14+
15+
### 🩹 Fixes
16+
17+
- Prevents database connection issues during build ([8a3aa38](https://github.com/rrd108/nuxt-users/commit/8a3aa38))
18+
- Add api endpoints to public endpoints ([16aefa9](https://github.com/rrd108/nuxt-users/commit/16aefa9))
19+
- Completes Google OAuth user fetch on client ([6c95b94](https://github.com/rrd108/nuxt-users/commit/6c95b94))
20+
21+
### 📖 Documentation
22+
23+
- Fix github link ([28662ca](https://github.com/rrd108/nuxt-users/commit/28662ca))
24+
- Adds Google OAuth authentication ([463c19f](https://github.com/rrd108/nuxt-users/commit/463c19f))
25+
- Adds Google OAuth registration ([2e0eebf](https://github.com/rrd108/nuxt-users/commit/2e0eebf))
26+
27+
### 🏡 Chore
28+
29+
- Lint fix ([8d75930](https://github.com/rrd108/nuxt-users/commit/8d75930))
30+
- **release:** V1.34.7 ([b9d061c](https://github.com/rrd108/nuxt-users/commit/b9d061c))
31+
- Remove unused files ([8bd3e58](https://github.com/rrd108/nuxt-users/commit/8bd3e58))
32+
- Replace googleapis package with google-auth ([0e8e3d4](https://github.com/rrd108/nuxt-users/commit/0e8e3d4))
33+
- Fix lint errors ([3ed5bcc](https://github.com/rrd108/nuxt-users/commit/3ed5bcc))
34+
- Update lock ([8cd4a97](https://github.com/rrd108/nuxt-users/commit/8cd4a97))
35+
36+
### ✅ Tests
37+
38+
- Google OAuth authentication ([7d7bd68](https://github.com/rrd108/nuxt-users/commit/7d7bd68))
39+
- Add oauth flow test ([b805718](https://github.com/rrd108/nuxt-users/commit/b805718))
40+
- Fix db setup ([a097c4a](https://github.com/rrd108/nuxt-users/commit/a097c4a))
41+
- Replace smoke test with middleware test ([7ee1893](https://github.com/rrd108/nuxt-users/commit/7ee1893))
42+
- Add security checks ([a206962](https://github.com/rrd108/nuxt-users/commit/a206962))
43+
- Fix ts errors ([d7e6c61](https://github.com/rrd108/nuxt-users/commit/d7e6c61))
44+
45+
### ❤️ Contributors
46+
47+
- Rrd108 ([@rrd108](https://github.com/rrd108))
48+
449
## v1.34.7
550

651
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.34.6...v1.34.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-users",
3-
"version": "1.34.7",
3+
"version": "1.35.0",
44
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)