diff --git a/CHANGELOG.md b/CHANGELOG.md index 9626a2a..f4ee1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.25.1](https://github.com/quintype/quintype-backend-js/compare/v1.25.0...v1.25.1) (2021-05-13) + ## [1.25.0](https://github.com/quintype/quintype-backend-js/compare/v1.24.2...v1.25.0) (2021-05-05) diff --git a/package-lock.json b/package-lock.json index 382577e..d705414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/backend", - "version": "1.25.0", + "version": "1.25.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f567c26..02f4971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/backend", - "version": "1.25.0", + "version": "1.25.1", "description": "client for accessing quintype API", "main": "index.js", "scripts": {