Skip to content

Commit 488bd55

Browse files
chore(release): 3.6.2
1 parent 72f1714 commit 488bd55

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.6.2](https://github.com/shuriken-ui/nuxt/compare/v3.6.1...v3.6.2) (2025-08-14)
6+
7+
8+
### ⚙️ Tests
9+
10+
* add base avatar tests ([#129](https://github.com/shuriken-ui/nuxt/issues/129)) ([9610fff](https://github.com/shuriken-ui/nuxt/commit/9610fffae1f46b5310754e4a6ab8a19eff0b83da))
11+
* add more tests ([#130](https://github.com/shuriken-ui/nuxt/issues/130)) ([4d0917d](https://github.com/shuriken-ui/nuxt/commit/4d0917d9747d5e2aabe865dee8d410f4849ba5ff))
12+
* basic vitest and coverage integration ([ff5dce0](https://github.com/shuriken-ui/nuxt/commit/ff5dce0625afce287452a5bb80a32873236ded81))
13+
* enable corepack ([b501df7](https://github.com/shuriken-ui/nuxt/commit/b501df7b10c7168e0a99936dc9ff529b738d4ad3))
14+
15+
16+
### 🩹 Bug Fixes
17+
18+
* improve regex escaping in useNinjaMark function ([72f1714](https://github.com/shuriken-ui/nuxt/commit/72f171404d9903aa534fcbf6fd6ee1f2f25bd93f))
19+
* migrate to eslint v9 ([03f5b32](https://github.com/shuriken-ui/nuxt/commit/03f5b325dcbe63b2b89adb6bb3fdf1b4a253f9e1))
20+
521
### [3.6.1](https://github.com/shuriken-ui/nuxt/compare/v3.6.0...v3.6.1) (2024-10-07)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shuriken-ui/nuxt",
33
"type": "module",
4-
"version": "3.6.1",
4+
"version": "3.6.2",
55
"packageManager": "pnpm@9.12.3",
66
"author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
77
"license": "MIT",

0 commit comments

Comments
 (0)