From 7d72c1662454b77779c83bbd5a76f763efa96357 Mon Sep 17 00:00:00 2001 From: Oblak Bot Date: Sun, 21 Jan 2024 19:46:30 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/oblakstudio/wp-polyfills/compare/v1.2.0...v1.2.1) (2024-01-21) ### Bug Fixes * Fixed term separator ([3485e41](https://github.com/oblakstudio/wp-polyfills/commit/3485e419443b97dcf68c3d4e96cf4e0cb481c424)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8288e7c..f61c296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/oblakstudio/wp-polyfills/compare/v1.2.0...v1.2.1) (2024-01-21) + + +### Bug Fixes + +* Fixed term separator ([3485e41](https://github.com/oblakstudio/wp-polyfills/commit/3485e419443b97dcf68c3d4e96cf4e0cb481c424)) + # [1.2.0](https://github.com/oblakstudio/wp-polyfills/compare/v1.1.0...v1.2.0) (2024-01-13) diff --git a/composer.json b/composer.json index ae2a384..c0f33bd 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "license": "GPL-2.0-only", - "version": "1.2.0", + "version": "1.2.1", "type": "library", "require": { "php": ">= 8.0"