Skip to content

Commit 92bb026

Browse files
committed
chore(release): v1.36.0
1 parent 3d3e0d8 commit 92bb026

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.36.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.35.0...v1.36.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+
- Enhances project info command output ([2d91bd9](https://github.com/rrd108/nuxt-users/commit/2d91bd9))
15+
16+
### 🩹 Fixes
17+
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+
- **deps:** Update nuxtjs monorepo to v4 ([0c4b199](https://github.com/rrd108/nuxt-users/commit/0c4b199))
21+
- Ts errors ([44f5d9e](https://github.com/rrd108/nuxt-users/commit/44f5d9e))
22+
- Add nuxt builder ([aaa8288](https://github.com/rrd108/nuxt-users/commit/aaa8288))
23+
- Ts errors ([d488513](https://github.com/rrd108/nuxt-users/commit/d488513))
24+
- **docs:** Updates last release timestamp ([3d3e0d8](https://github.com/rrd108/nuxt-users/commit/3d3e0d8))
25+
26+
### 📖 Documentation
27+
28+
- Adds Google OAuth authentication ([463c19f](https://github.com/rrd108/nuxt-users/commit/463c19f))
29+
- Adds Google OAuth registration ([2e0eebf](https://github.com/rrd108/nuxt-users/commit/2e0eebf))
30+
- Adds project info command to troubleshooting ([8768090](https://github.com/rrd108/nuxt-users/commit/8768090))
31+
32+
### 🏡 Chore
33+
34+
- Remove unused files ([8bd3e58](https://github.com/rrd108/nuxt-users/commit/8bd3e58))
35+
- Replace googleapis package with google-auth ([0e8e3d4](https://github.com/rrd108/nuxt-users/commit/0e8e3d4))
36+
- Fix lint errors ([3ed5bcc](https://github.com/rrd108/nuxt-users/commit/3ed5bcc))
37+
- Update lock ([8cd4a97](https://github.com/rrd108/nuxt-users/commit/8cd4a97))
38+
- **release:** V1.35.0 ([41cb690](https://github.com/rrd108/nuxt-users/commit/41cb690))
39+
- Add snyk ([9c932c8](https://github.com/rrd108/nuxt-users/commit/9c932c8))
40+
- Remove unsued import ([04fd61d](https://github.com/rrd108/nuxt-users/commit/04fd61d))
41+
- Package updates ([3173073](https://github.com/rrd108/nuxt-users/commit/3173073))
42+
43+
### ✅ Tests
44+
45+
- Google OAuth authentication ([7d7bd68](https://github.com/rrd108/nuxt-users/commit/7d7bd68))
46+
- Add oauth flow test ([b805718](https://github.com/rrd108/nuxt-users/commit/b805718))
47+
- Fix db setup ([a097c4a](https://github.com/rrd108/nuxt-users/commit/a097c4a))
48+
- Replace smoke test with middleware test ([7ee1893](https://github.com/rrd108/nuxt-users/commit/7ee1893))
49+
- Add security checks ([a206962](https://github.com/rrd108/nuxt-users/commit/a206962))
50+
- Fix ts errors ([d7e6c61](https://github.com/rrd108/nuxt-users/commit/d7e6c61))
51+
- Fix gauth ([b925cf2](https://github.com/rrd108/nuxt-users/commit/b925cf2))
52+
53+
### ❤️ Contributors
54+
55+
- Rrd108 ([@rrd108](https://github.com/rrd108))
56+
457
## v1.35.0
558

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

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.35.0",
3+
"version": "1.36.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)