Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 23, 2022
1 parent 5a66083 commit a317835
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
@@ -1,3 +1,17 @@
Changelog

# [2.0.0](https://github.com/patrickcate/nuxt-jsonapi/compare/v1.0.0...v2.0.0) (2022-12-23)


### Features

* update module to support Nuxt 3.x ([66b07b8](https://github.com/patrickcate/nuxt-jsonapi/commit/66b07b8687ddb2d11a431a890b12d8f8a32fe28c))


### BREAKING CHANGES

* The module now requires Nuxt version 3.x

# Changelog

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.
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": "nuxt-jsonapi",
"version": "1.0.0",
"version": "2.0.0",
"description": "Easy JSON:API client integration for Nuxt.js",
"keywords": [
"nuxt",
Expand Down

0 comments on commit a317835

Please sign in to comment.