Skip to content

Commit

Permalink
chore(release): v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
metaforx committed Sep 26, 2023
1 parent d352970 commit a901484
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v1.0.8

[compare changes](https://github.com/palmbeach-interactive/nuxt-content-routes/compare/v1.0.7...v1.0.8)

### 🩹 Fixes

- #4 - check nuxt content directory existence ([#4](https://github.com/palmbeach-interactive/nuxt-content-routes/issues/4))

### 📖 Documentation

- Update readme ([e795c91](https://github.com/palmbeach-interactive/nuxt-content-routes/commit/e795c91))
- Remove tasklist (not working in readme.md) ([1db96df](https://github.com/palmbeach-interactive/nuxt-content-routes/commit/1db96df))
- Add contribution note ([dfd35f1](https://github.com/palmbeach-interactive/nuxt-content-routes/commit/dfd35f1))

### 📦 Build

- Update nuxt 3.7.5 ([de17e61](https://github.com/palmbeach-interactive/nuxt-content-routes/commit/de17e61))

### ❤️ Contributors

- Marc Widmer <marc@pbi.io>

## v1.0.7

[compare changes](https://undefined/undefined/compare/v1.0.6...v1.0.7)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@palmbeach/nuxt-content-routes",
"version": "1.0.7",
"version": "1.0.8",
"description": "Automatically generate routes from your Nuxt Content files and directories. Respects i18n prefix strategy.",
"repository": "palmbeach-interactive/nuxt-content-routes",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"optionalDependencies": {
"@nuxtjs/i18n": "^8.0.0-rc.4"
}
}
}

0 comments on commit a901484

Please sign in to comment.