Skip to content

Commit 8db8b67

Browse files
committed
chore(release): 1.5.0
1 parent a70bae8 commit 8db8b67

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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.
44

5+
## [1.5.0](https://github.com/nuxt-community/strapi-module/compare/v1.4.0...v1.5.0) (2022-07-18)
6+
7+
8+
### Features
9+
10+
* make cookie name configurable ([#265](https://github.com/nuxt-community/strapi-module/issues/265)) ([e52e97d](https://github.com/nuxt-community/strapi-module/commit/e52e97d56ac979124d24a42a80a789c8c3f5bf26))
11+
* **module:** add `auth.populate` option for `fetchUser` ([#260](https://github.com/nuxt-community/strapi-module/issues/260)) ([f9fa58b](https://github.com/nuxt-community/strapi-module/commit/f9fa58b6d779e41a21be1a21413117e52b1ffb86))
12+
13+
14+
### Bug Fixes
15+
16+
* **docs:** hydration issue on changelog ([cc39098](https://github.com/nuxt-community/strapi-module/commit/cc39098f817fc3c52d2048dba48ce56551d49bfd))
17+
* **docs:** rename `buildModules` to `modules` ([#263](https://github.com/nuxt-community/strapi-module/issues/263)) ([0c6de92](https://github.com/nuxt-community/strapi-module/commit/0c6de92c362ef909881457c08d034730848dbe2c))
18+
519
## [1.4.0](https://github.com/nuxt-community/strapi-module/compare/v1.3.2...v1.4.0) (2022-06-09)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/strapi",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Strapi module for Nuxt",
55
"repository": "nuxt-community/strapi-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)