Skip to content

Commit

Permalink
chore(release): v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Mar 18, 2023
1 parent 2898e0e commit 70d8cd8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

## v5.1.0


### 🚀 Enhancements

- Changelog (313a5a2)
- Add types for DirectusUser, DirectusFile and DirectusFolders (#113)
- Improved error management (#120)
- Add refresh token support (2898e0e)

### 🩹 Fixes

- **chore:** Release command (f6e02fb)
- **chore:** Add push arg to changelogen (5fbda08)

### 🏡 Chore

- **readme:** Small improvements (#117)
- **readme:** Update banner (94b6900)

### ❤️ Contributors

- Conner Bachmann ([@Intevel](http://github.com/Intevel))
- Matt
- Conner ([@Intevel](http://github.com/Intevel))
- Sébastien Chopin <seb@nuxtlabs.com>

## v5.0.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.0.1",
"version": "5.1.0",
"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 --release --push && yarn publish",
"release": "nuxt-module-build && changelogen --minor --release --push && yarn publish",
"lint": "eslint --ext .js,.ts,.vue"
},
"dependencies": {
Expand Down

0 comments on commit 70d8cd8

Please sign in to comment.