Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 9, 2022
1 parent 3deee37 commit b7b9ac5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [1.4.0](https://github.com/nuxt-community/strapi-module/compare/v1.3.2...v1.4.0) (2022-06-09)


### Features

* **module:** support server-specific runtime configuration ([#247](https://github.com/nuxt-community/strapi-module/issues/247)) ([3ee5b2a](https://github.com/nuxt-community/strapi-module/commit/3ee5b2a45a2341719a808e0885cab7903b201e31))
* **useStrapiGraphQL:** support for imported graphql files ([#249](https://github.com/nuxt-community/strapi-module/issues/249)) ([0dfee89](https://github.com/nuxt-community/strapi-module/commit/0dfee89ce6a32bfe938781c5551b413d71fc219a))


### Bug Fixes

* **useStrapiClient:** prevent `?` suffix with undefined params ([14eaac5](https://github.com/nuxt-community/strapi-module/commit/14eaac5ff9b593ca6806e13a089f0919990b2d0b))
* **useStrapiGraphQL:** add missing header preventing successful graphql requests ([#248](https://github.com/nuxt-community/strapi-module/issues/248)) ([7fb2755](https://github.com/nuxt-community/strapi-module/commit/7fb27554b80e30610a9d539d1272e0934cd35b70))

### [1.3.2](https://github.com/nuxt-community/strapi-module/compare/v1.3.1...v1.3.2) (2022-04-13)


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": "@nuxtjs/strapi",
"version": "1.3.2",
"version": "1.4.0",
"description": "Strapi module for Nuxt",
"repository": "nuxt-community/strapi-module",
"license": "MIT",
Expand Down

0 comments on commit b7b9ac5

Please sign in to comment.