Skip to content

Commit

Permalink
chore(release): v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Mar 18, 2023
1 parent 9d421e6 commit 9167a75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## v5.1.1


### 🩹 Fixes

- Missing import (9d421e6)

### ❤️ Contributors

- Conner Bachmann ([@Intevel](http://github.com/Intevel))

## v5.1.0


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": "nuxt-directus",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"repository": "https://github.com/intevel/nuxt-directus",
"homepage": "https://nuxt-directus.netlify.app/",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"docs": "cd docs && pnpm dev",
"release": "nuxt-module-build && changelogen --minor --release --push && yarn publish",
"release": "nuxt-module-build && changelogen --release --push && yarn publish",
"lint": "eslint --ext .js,.ts,.vue"
},
"dependencies": {
Expand Down

0 comments on commit 9167a75

Please sign in to comment.