Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Jun 10, 2022
1 parent 74cd27e commit 60b8373
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.1.0](https://github.com/intevel/nuxt-directus/compare/v2.0.2...v2.1.0) (2022-06-10)


### Features

* **chore:** implement fetch user params ([2fe048a](https://github.com/intevel/nuxt-directus/commit/2fe048af2fb7bc25fc72c383216b99475487236d)), closes [#37](https://github.com/intevel/nuxt-directus/issues/37)
* **chore:** integrate autoFetch user option ([66d3dba](https://github.com/intevel/nuxt-directus/commit/66d3dba04f4d7b5cbe620deab9d71a96586a0bb1)), closes [#37](https://github.com/intevel/nuxt-directus/issues/37)


### Bug Fixes

* stringify "deep" key on get item by id ([1ca45b6](https://github.com/intevel/nuxt-directus/commit/1ca45b67af898250431ecd2d3b547c37f53e8ada))

### [2.0.2](https://github.com/intevel/nuxt-directus/compare/v2.0.1...v2.0.2) (2022-05-27)


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-directus",
"version": "2.0.2",
"version": "2.1.0",
"license": "MIT",
"repository": "https://github.com/intevel/nuxt-directus",
"homepage": "https://nuxt-directus.netlify.app/",
Expand Down

0 comments on commit 60b8373

Please sign in to comment.