Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 4, 2024
1 parent a05a8c8 commit 4e5c38e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.0.0](https://github.com/nuxt-modules/strapi/compare/v1.12.0...v2.0.0) (2024-11-04)


### ⚠ BREAKING CHANGES

* **composables:** remove deprecated wrappers
* **module:** default version to `v5` (#436)

### Features

* **composables:** remove deprecated wrappers ([a05a8c8](https://github.com/nuxt-modules/strapi/commit/a05a8c8e15ddd840d9b983713c3a3e973dc28d03))
* **module:** handle `v5` ([#424](https://github.com/nuxt-modules/strapi/issues/424)) ([b8949e5](https://github.com/nuxt-modules/strapi/commit/b8949e58e0cad5ad1a97d7b3c5e3a99b3a8b7bf0))


### Bug Fixes

* **module:** default version to `v5` ([#436](https://github.com/nuxt-modules/strapi/issues/436)) ([f53bdf9](https://github.com/nuxt-modules/strapi/commit/f53bdf9c18123c5c26add33a81f9dab7f598a7ef))
* **v5:** `locale` type can be `null` ([#437](https://github.com/nuxt-modules/strapi/issues/437)) ([03627d8](https://github.com/nuxt-modules/strapi/commit/03627d85c91533cbd5ffa0427d7717bd387a5b7d))

## [1.12.0](https://github.com/nuxt-modules/strapi/compare/v1.11.0...v1.12.0) (2024-04-02)


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.12.0",
"version": "2.0.0",
"description": "Strapi module for Nuxt",
"repository": "nuxt-modules/strapi",
"license": "MIT",
Expand Down

0 comments on commit 4e5c38e

Please sign in to comment.