Skip to content

Commit

Permalink
chore(release): v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 11, 2024
1 parent be50e53 commit 2b4c726
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## v0.7.1

[compare changes](https://github.com/nuxt/module-builder/compare/v0.7.0...v0.7.1)

### 🩹 Fixes

- **build:** Declare `ModuleOptions` in correct place ([#283](https://github.com/nuxt/module-builder/pull/283))

### 📖 Documentation

- Update path for runtime js files ([#282](https://github.com/nuxt/module-builder/pull/282))

### ❤️ Contributors

- Adam DeHaven ([@adamdehaven](http://github.com/adamdehaven))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.7.0

[compare changes](https://github.com/nuxt/module-builder/compare/v0.6.0...v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/module-builder",
"version": "0.7.0",
"version": "0.7.1",
"repository": "nuxt/module-builder",
"description": "Complete solution for building Nuxt modules",
"license": "MIT",
Expand Down

0 comments on commit 2b4c726

Please sign in to comment.