From aeb5da6d64108bdc4bdef88a9789ba1655d66212 Mon Sep 17 00:00:00 2001 From: ags1773 Date: Thu, 3 Jun 2021 15:15:07 +0530 Subject: [PATCH] chore(release): 2.4.3 --- 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 24c77d78..94d20e5f 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. +### [2.4.3](https://github.com/quintype/quintype-amp/compare/v2.4.3-visual-stories.4...v2.4.3) (2021-06-03) + ### [2.4.2](https://github.com/quintype/quintype-amp/compare/v2.4.1...v2.4.2) (2021-05-27) ### [2.4.1](https://github.com/quintype/quintype-amp/compare/v2.3.0...v2.4.1) (2021-04-23) diff --git a/package-lock.json b/package-lock.json index a60d62a7..648af32b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.4.3-visual-stories.4", + "version": "2.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbc72e81..c128e2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.4.3-visual-stories.4", + "version": "2.4.3", "description": "Quintype's AMP component library for publisher apps to create amp layouts", "main": "dist/index.js", "types": "dist/index.d.ts",