Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Apr 4, 2024
1 parent 30f3f04 commit fd885bf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog


## v0.2.1

[compare changes](https://github.com/wobsoriano/vue-clerk/compare/v0.2.0...v0.2.1)

### 📦 Build

- **deps:** Bump @clerk/clerk-js to 4.71.2 ([049f068](https://github.com/wobsoriano/vue-clerk/commit/049f068))
- **deps:** Bump @clerk/types to 3.63.0 ([a1dec6f](https://github.com/wobsoriano/vue-clerk/commit/a1dec6f))
- **deps:** Bump @vueuse/core to 10.9.0 ([5e22dbc](https://github.com/wobsoriano/vue-clerk/commit/5e22dbc))

### 🏡 Chore

- Remove unused ts-expect-error ([6636af6](https://github.com/wobsoriano/vue-clerk/commit/6636af6))
- Update vitest config extension ([fed00e7](https://github.com/wobsoriano/vue-clerk/commit/fed00e7))

### 🎨 Styles

- Eslint fix ([947cd7c](https://github.com/wobsoriano/vue-clerk/commit/947cd7c))

### ❤️ Contributors

- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))

## v0.2.0

[compare changes](https://github.com/wobsoriano/vue-clerk/compare/v0.1.7...v0.2.0)
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": "vue-clerk",
"version": "0.2.0",
"version": "0.2.1",
"packageManager": "[email protected]",
"description": "",
"author": "Robert Soriano <[email protected]>",
Expand Down Expand Up @@ -85,4 +85,4 @@
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
}
}
}

Check failure on line 88 in package.json

View workflow job for this annotation

GitHub Actions / lint

Newline required at end of file but not found

0 comments on commit fd885bf

Please sign in to comment.