From 8edceb988f255f504243de6a530a7ae002ab0f9e Mon Sep 17 00:00:00 2001 From: release-plz Date: Mon, 14 Aug 2023 21:21:00 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9af08..6b42cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/vortex-design/bem/compare/v0.2.0...v0.2.1) - 2023-08-14 + +### Fixed +- continuous deployment ([#8](https://github.com/vortex-design/bem/pull/8)) + ## [0.2.0](https://github.com/vortex-design/bem/compare/v0.1.1...v0.2.0) - 2023-08-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index ff429e6..9114c4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bem" -version = "0.2.0" +version = "0.2.1" authors = ["vortex.design"] edition = "2021" description = "Parser for the BEM file format (Block, Element, Modifier)"