diff --git a/CHANGELOG.md b/CHANGELOG.md index cf706399..934e12ec 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.12.2](https://github.com/quintype/quintype-amp/compare/v2.12.1...v2.12.2) (2023-06-02) + ### [2.12.1](https://github.com/quintype/quintype-amp/compare/v2.12.0...v2.12.1) (2023-05-19) ## [2.12.0](https://github.com/quintype/quintype-amp/compare/v2.6.2...v2.12.0) (2023-05-19) diff --git a/package-lock.json b/package-lock.json index 4a2a2411..d8b985b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.12.1", + "version": "2.12.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5b373966..a41ed52d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/amp", - "version": "2.12.1", + "version": "2.12.2", "description": "Quintype's AMP component library for publisher apps to create amp layouts", "main": "dist/index.js", "types": "dist/index.d.ts",