Skip to content

Commit 474851c

Browse files
committed
chore(release): v1.0.2
1 parent ee517fd commit 474851c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
## v1.0.2
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v1.0.1...v1.0.2)
8+
9+
### 🩹 Fixes
10+
11+
- Use absolute path for jiti stub ([#648](https://github.com/nuxt/module-builder/pull/648))
12+
13+
### 🏡 Chore
14+
15+
- Add explicit semver dep ([ddb5a65](https://github.com/nuxt/module-builder/commit/ddb5a65))
16+
- Add semver types ([50e3f6b](https://github.com/nuxt/module-builder/commit/50e3f6b))
17+
18+
### ✅ Tests
19+
20+
- Add snapshots for v3 + v4 wrapped fetch ([270779b](https://github.com/nuxt/module-builder/commit/270779b))
21+
22+
### 🤖 CI
23+
24+
- Remove forced corepack installation ([9be288b](https://github.com/nuxt/module-builder/commit/9be288b))
25+
- Run tests on node 20 ([97e3f47](https://github.com/nuxt/module-builder/commit/97e3f47))
26+
27+
### ❤️ Contributors
28+
29+
- Bobbie Goede <[email protected]>
30+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
31+
532
## v1.0.1
633

734
[compare changes](https://github.com/nuxt/module-builder/compare/v1.0.0...v1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/module-builder",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",

0 commit comments

Comments
 (0)