From a463aa546f36544d6cf0c0bb08664feff73dd436 Mon Sep 17 00:00:00 2001 From: Vishwanath <90732088+vishu2222@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:02:33 +0530 Subject: [PATCH] chore(release): 2.18.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 bbafb784..9f058227 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.18.1](https://github.com/quintype/quintype-amp/compare/v2.18.0...v2.18.1) (2024-06-05) + ## [2.18.0](https://github.com/quintype/quintype-amp/compare/v2.17.13...v2.18.0) (2024-06-05) ### [2.17.13](https://github.com/quintype/quintype-amp/compare/v2.17.11...v2.17.13) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index 3abb0fc6..9a32fe37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.18.0", + "version": "2.18.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0dcab5d9..8555e68b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.18.0", + "version": "2.18.1", "description": "Quintype's AMP component library for publisher apps to create amp layouts", "main": "dist/index.js", "types": "dist/index.d.ts",