From 5d3994d4a6754ce0c7350513d9cc6b8bf541dbbb Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 13 Jan 2024 22:33:08 +0100 Subject: [PATCH] chore(release): 1.11.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46517c5b..6df83205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.11.0](https://github.com/nuxt-modules/strapi/compare/v1.10.1...v1.11.0) (2024-01-13) + + +### Features + +* **module:** add `admin` option to config ([#374](https://github.com/nuxt-modules/strapi/issues/374)) ([f56a1a9](https://github.com/nuxt-modules/strapi/commit/f56a1a97869afd4678086d8f9a1fe499b5242d1d)) + ### [1.10.1](https://github.com/nuxt-modules/strapi/compare/v1.10.0...v1.10.1) (2023-11-30) diff --git a/package.json b/package.json index 8f9af086..11d3cae2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/strapi", - "version": "1.10.1", + "version": "1.11.0", "description": "Strapi module for Nuxt", "repository": "nuxt-modules/strapi", "license": "MIT",