From f1490acb50cd6aafb5ca35a14d10ea5ac2db854e Mon Sep 17 00:00:00 2001 From: Amogh Sahasrabhojanee Date: Thu, 15 Apr 2021 10:13:09 +0530 Subject: [PATCH] chore(release): 2.4.0 --- 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 8591622c..4c48fffc 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.0](https://github.com/quintype/quintype-amp/compare/v2.3.1...v2.4.0) (2021-04-15) + ### [2.3.1](https://github.com/quintype/quintype-amp/compare/v2.3.0...v2.3.1) (2021-03-30) ## [2.3.0](https://github.com/quintype/quintype-amp/compare/v2.2.8...v2.3.0) (2021-03-18) diff --git a/package-lock.json b/package-lock.json index 12ec3342..9a0691d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.4.0-move-isAmpSupported.1", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff52e4c9..76657f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.4.0-move-isAmpSupported.1", + "version": "2.4.0", "description": "Quintype's AMP component library for publisher apps to create amp layouts", "main": "dist/index.js", "types": "dist/index.d.ts",