Skip to content

Commit 7a43cbf

Browse files
committed
chore(release): v1.0.1
1 parent c0cac22 commit 7a43cbf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v1.0.0...v1.0.1)
8+
9+
### 📖 Documentation
10+
11+
- Add full v1 release notes ([#581](https://github.com/nuxt/module-builder/pull/581), [#582](https://github.com/nuxt/module-builder/pull/582))
12+
- Update to latest recommendations ([6b30cde](https://github.com/nuxt/module-builder/commit/6b30cde))
13+
14+
### ❤️ Contributors
15+
16+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
17+
- Connor Pearson ([@cjpearson](https://github.com/cjpearson))
18+
519
## v1.0.0
620

721
[compare changes](https://github.com/nuxt/module-builder/compare/v0.8.4...v1.0.0)

Diff for: package.json

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

0 commit comments

Comments
 (0)