Skip to content

Commit 4e5c38e

Browse files
committed
chore(release): 2.0.0
1 parent a05a8c8 commit 4e5c38e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
## [2.0.0](https://github.com/nuxt-modules/strapi/compare/v1.12.0...v2.0.0) (2024-11-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **composables:** remove deprecated wrappers
11+
* **module:** default version to `v5` (#436)
12+
13+
### Features
14+
15+
* **composables:** remove deprecated wrappers ([a05a8c8](https://github.com/nuxt-modules/strapi/commit/a05a8c8e15ddd840d9b983713c3a3e973dc28d03))
16+
* **module:** handle `v5` ([#424](https://github.com/nuxt-modules/strapi/issues/424)) ([b8949e5](https://github.com/nuxt-modules/strapi/commit/b8949e58e0cad5ad1a97d7b3c5e3a99b3a8b7bf0))
17+
18+
19+
### Bug Fixes
20+
21+
* **module:** default version to `v5` ([#436](https://github.com/nuxt-modules/strapi/issues/436)) ([f53bdf9](https://github.com/nuxt-modules/strapi/commit/f53bdf9c18123c5c26add33a81f9dab7f598a7ef))
22+
* **v5:** `locale` type can be `null` ([#437](https://github.com/nuxt-modules/strapi/issues/437)) ([03627d8](https://github.com/nuxt-modules/strapi/commit/03627d85c91533cbd5ffa0427d7717bd387a5b7d))
23+
524
## [1.12.0](https://github.com/nuxt-modules/strapi/compare/v1.11.0...v1.12.0) (2024-04-02)
625

726

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/strapi",
3-
"version": "1.12.0",
3+
"version": "2.0.0",
44
"description": "Strapi module for Nuxt",
55
"repository": "nuxt-modules/strapi",
66
"license": "MIT",

0 commit comments

Comments
 (0)