Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronger-x committed Apr 28, 2024
1 parent 1dbe0c2 commit a5f830e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.0.2

[compare changes](https://github.com/rymcu/auth/compare/v0.1.4...v0.0.2)

### 🚀 Enhancements

- Add getSession method to refresh auth ([2ac439b](https://github.com/rymcu/auth/commit/2ac439b))
- Add getSession method to refresh auth ([67815ca](https://github.com/rymcu/auth/commit/67815ca))

### 🩹 Fixes

- NuxtApp 类型错误 ([682a28b](https://github.com/rymcu/auth/commit/682a28b))
- EndOfLine 修改为 auto ([1dbe0c2](https://github.com/rymcu/auth/commit/1dbe0c2))

### 🏡 Chore

- **release:** V0.1.5 ([7d6c2ae](https://github.com/rymcu/auth/commit/7d6c2ae))

### 🤖 CI

- 去掉 test 部分 ([7ff9f5a](https://github.com/rymcu/auth/commit/7ff9f5a))

### ❤️ Contributors

- Ronger ([@ronger-x](http://github.com/ronger-x))
- XiangGao <392041299@qq.com>

## v0.1.5

[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.4...v0.1.5)
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": "@rymcu/auth",
"version": "0.0.1",
"version": "0.0.2",
"description": "Nuxt3 auth module",
"repository": "https://github.com/rymcu/auth",
"license": "MIT",
Expand Down Expand Up @@ -77,4 +77,4 @@
"peerDependencies": {
"@auth/core": "0.20.0"
}
}
}

0 comments on commit a5f830e

Please sign in to comment.