From a14a45010c691290460a9b93ce0e5fa03374ed6c Mon Sep 17 00:00:00 2001 From: Amogh Sahasrabhojanee Date: Mon, 15 Mar 2021 17:20:08 +0530 Subject: [PATCH] "chore(release): 4.12.2" --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d413b37a..fd88887c 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. +### [4.12.2](https://github.com/quintype/quintype-node-framework/compare/v4.12.1...v4.12.2) (2021-03-15) + + +### Bug Fixes + +* update package lock ([f81c5e6](https://github.com/quintype/quintype-node-framework/commit/f81c5e6669a107cfbe09be59c2ca309f6fe3e3d0)) + ### [4.12.1](https://github.com/quintype/quintype-node-framework/compare/v4.12.0...v4.12.1) (2021-03-08) ### [4.11.1](https://github.com/quintype/quintype-node-framework/compare/v4.11.0...v4.11.1) (2021-03-08) diff --git a/package-lock.json b/package-lock.json index 9b490545..0c57e17a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.12.1", + "version": "4.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23dc8510..045377e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.12.1", + "version": "4.12.2", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {