From 585e4dc07a0f2a8c81c502da915a901752302831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Mon, 9 May 2022 12:45:10 +0200 Subject: [PATCH] version update --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d7b2f4c..a99500825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [5.1.0] - 2022-05-09 + +### Added: +- new WP-CLI command for reusable blocks + +### Fixed: +- Css variables combine output small fix if no blocks are added to dom. +- Windows compatibility fixes. + ## [5.0.2] - 2022-04-21 ### Fixed @@ -318,6 +327,7 @@ Init setup [Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD +[5.1.0]: https://github.com/infinum/eightshift-libs/compare/5.0.2...v5.1.0 [5.0.2]: https://github.com/infinum/eightshift-libs/compare/5.0.1...v5.0.2 [5.0.1]: https://github.com/infinum/eightshift-libs/compare/5.0.0...v5.0.1 [5.0.0]: https://github.com/infinum/eightshift-libs/compare/4.1.0...v5.0.0 diff --git a/package.json b/package.json index 95639212a..bc56b5202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@infinum/eightshift-libs", - "version": "5.0.2", + "version": "5.1.0", "description": "WordPress libs developed by Eightshift team to use in modern WordPress.", "author": { "name": "Eightshift team",