diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cbcb8..b838542 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. +## [2.6.0](https://github.com/quintype/quintype-backend-js/compare/v2.5.1...v2.6.0) (2024-11-22) + + +### Features + +* **Preview:** support home page & collection page preview ([#97](https://github.com/quintype/quintype-backend-js/issues/97)) ([488edfd](https://github.com/quintype/quintype-backend-js/commit/488edfdfc9a3564005e55513c78a4c895742a9a7)) + ### [2.5.1](https://github.com/quintype/quintype-backend-js/compare/v2.5.0...v2.5.1) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index 100a5fd..9198a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/backend", - "version": "2.5.2-collection-preview.2", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/backend", - "version": "2.5.2-collection-preview.2", + "version": "2.6.0", "license": "ISC", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index fabf971..988c0df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/backend", - "version": "2.5.2-collection-preview.2", + "version": "2.6.0", "description": "client for accessing quintype API", "main": "index.js", "scripts": {