From 57d83ddf5ecda0b9f885ea85e62766f922f63036 Mon Sep 17 00:00:00 2001 From: Prabu K Date: Thu, 13 May 2021 12:44:09 +0530 Subject: [PATCH] chore(release): 1.25.1 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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": {