Skip to content

Commit a550774

Browse files
committed
chore(release): v2025.8.0
Signed-off-by: Nico Kempe <[email protected]>
1 parent 569a0c0 commit a550774

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

4+
## v2025.8.0...main
5+
6+
[compare changes](https://github.com/nicokempe/nuxt-feature-flags-module/compare/v2025.8.0...main)
7+
8+
### 🩹 Fixes
9+
10+
- **ci:** Provision pnpm with pnpm/action-setup and use frozen install ([74ded44](https://github.com/nicokempe/nuxt-feature-flags-module/commit/74ded44))
11+
- **ci:** Enable Corepack and run scripts via pnpm in lint & test jobs ([a5ff075](https://github.com/nicokempe/nuxt-feature-flags-module/commit/a5ff075))
12+
- **ci:** Standardize pnpm setup with pnpm/action-setup and frozen installs ([569a0c0](https://github.com/nicokempe/nuxt-feature-flags-module/commit/569a0c0))
13+
14+
### 📖 Documentation
15+
16+
- **readme:** Update banner and add new module icon ([968c5e8](https://github.com/nicokempe/nuxt-feature-flags-module/commit/968c5e8))
17+
18+
### 🏡 Chore
19+
20+
- **pnpm:** Bump nuxt from 4.0.3 to 4.1.0 ([#83](https://github.com/nicokempe/nuxt-feature-flags-module/pull/83))
21+
- **pnpm:** Bump eslint from 9.34.0 to 9.35.0 ([#89](https://github.com/nicokempe/nuxt-feature-flags-module/pull/89))
22+
- **pnpm:** Bump vite from 7.1.3 to 7.1.5 in the npm_and_yarn group across 1 directory ([#90](https://github.com/nicokempe/nuxt-feature-flags-module/pull/90))
23+
- **pnpm:** Bump @types/node from 24.3.1 to 24.5.2 ([#97](https://github.com/nicokempe/nuxt-feature-flags-module/pull/97))
24+
- **github:** Update issue template copy-paste error ([00c7c05](https://github.com/nicokempe/nuxt-feature-flags-module/commit/00c7c05))
25+
- **github:** Fix copy-paste error ([5084f9a](https://github.com/nicokempe/nuxt-feature-flags-module/commit/5084f9a))
26+
- **pnpm:** Bump @nuxt/devtools from 2.6.3 to 2.6.5 ([#99](https://github.com/nicokempe/nuxt-feature-flags-module/pull/99))
27+
- **pnpm:** Bump @types/node from 24.5.2 to 24.6.0 ([#101](https://github.com/nicokempe/nuxt-feature-flags-module/pull/101))
28+
- **actions:** Bump actions/setup-node@v4 to actions/setup-node@v5 ([2a0dca1](https://github.com/nicokempe/nuxt-feature-flags-module/commit/2a0dca1))
29+
- **pnpm:** Update packages ([53937af](https://github.com/nicokempe/nuxt-feature-flags-module/commit/53937af))
30+
31+
### 🤖 CI
32+
33+
- **publish:** Improve publish script robustness ([8428cae](https://github.com/nicokempe/nuxt-feature-flags-module/commit/8428cae))
34+
35+
### ❤️ Contributors
36+
37+
- Nico Kempe ([@nicokempe](https://github.com/nicokempe))
38+
439
## v2025.6.2...main
540

641
[compare changes](https://github.com/nicokempe/nuxt-feature-flags-module/compare/v2025.6.2...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-feature-flags-module",
3-
"version": "2025.8.0",
3+
"version": "2025.9.0",
44
"description": "Lightweight, environment-based feature flag system for Nuxt - made for developers who need dynamic feature control in routes, components, and APIs.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)