Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 2, 2024
1 parent 4f5eda6 commit 63bf5fd
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
}
},
"npmClient": "yarn",
"version": "0.3.2"
"version": "0.4.0"
}
26 changes: 26 additions & 0 deletions packages/redac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/redac/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 63bf5fd

Please sign in to comment.