From 63bf5fd4f2b6f50ef5a7b741bf2f9da0c02286a4 Mon Sep 17 00:00:00 2001 From: David Worms Date: Tue, 2 Jul 2024 23:58:02 +0200 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lerna.json | 2 +- packages/redac/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/redac/package.json | 2 +- 4 files changed, 54 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66734c0..f5784e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0](https://github.com/adaltas/node-redac/compare/v0.3.2...v0.4.0) (2024-07-02) + + +### ⚠ BREAKING CHANGES + +* **mdx:** rename content_raw to value +* **mdx:** remove parsed md from document + +### Features + +* **memory:** default slug and collection properties ([a424f7a](https://github.com/adaltas/node-redac/commit/a424f7ab9d2fc384cecd70d559c83b583c629706)) + + +### Bug Fixes + +* **engine:** invalid config property ([bb50199](https://github.com/adaltas/node-redac/commit/bb50199b0e8f492e5367530efda6777d0f5ed833)) +* **mdx:** remark mdx serialization and image_src ([e06acb5](https://github.com/adaltas/node-redac/commit/e06acb5f6865f4ff315ed403ea261eacc3b6b2f8)) +* **mdx:** remove parsed md from document ([65cc8e4](https://github.com/adaltas/node-redac/commit/65cc8e413bf521bfabb72c23f0d9a6870246be73)) + + +### Code Refactoring + +* **mdx:** rename content_raw to value ([4f5eda6](https://github.com/adaltas/node-redac/commit/4f5eda6ebe9e2880c2478aed451d7cd3176114f1)) + + + ## [0.3.2](https://github.com/adaltas/node-redac/compare/v0.3.1...v0.3.2) (2024-06-15) diff --git a/lerna.json b/lerna.json index a530ed6..57af035 100644 --- a/lerna.json +++ b/lerna.json @@ -74,5 +74,5 @@ } }, "npmClient": "yarn", - "version": "0.3.2" + "version": "0.4.0" } \ No newline at end of file diff --git a/packages/redac/CHANGELOG.md b/packages/redac/CHANGELOG.md index 4387c74..00d1bb3 100644 --- a/packages/redac/CHANGELOG.md +++ b/packages/redac/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.0](https://github.com/adaltas/node-redac/compare/v0.3.2...v0.4.0) (2024-07-02) + + +### ⚠ BREAKING CHANGES + +* **mdx:** rename content_raw to value +* **mdx:** remove parsed md from document + +### Features + +* **memory:** default slug and collection properties ([a424f7a](https://github.com/adaltas/node-redac/commit/a424f7ab9d2fc384cecd70d559c83b583c629706)) + + +### Bug Fixes + +* **engine:** invalid config property ([bb50199](https://github.com/adaltas/node-redac/commit/bb50199b0e8f492e5367530efda6777d0f5ed833)) +* **mdx:** remark mdx serialization and image_src ([e06acb5](https://github.com/adaltas/node-redac/commit/e06acb5f6865f4ff315ed403ea261eacc3b6b2f8)) +* **mdx:** remove parsed md from document ([65cc8e4](https://github.com/adaltas/node-redac/commit/65cc8e413bf521bfabb72c23f0d9a6870246be73)) + + +### Code Refactoring + +* **mdx:** rename content_raw to value ([4f5eda6](https://github.com/adaltas/node-redac/commit/4f5eda6ebe9e2880c2478aed451d7cd3176114f1)) + + + ## [0.3.2](https://github.com/adaltas/node-redac/compare/v0.3.1...v0.3.2) (2024-06-15) diff --git a/packages/redac/package.json b/packages/redac/package.json index 7e72c7d..648c2c3 100644 --- a/packages/redac/package.json +++ b/packages/redac/package.json @@ -1,6 +1,6 @@ { "name": "redac", - "version": "0.3.2", + "version": "0.4.0", "description": "Redac is a content authoring library to source content into your website.", "keywords": [ "node",