Skip to content

Commit

Permalink
0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Apr 24, 2023
1 parent 8e236e7 commit 2147ff6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.23.1](https://github.com/isomerpages/isomercms-backend/compare/v0.23.0...v0.23.1)

- hotfix: recursively handle arrays and objects when retrieving frontmatter [`8e236e7`](https://github.com/isomerpages/isomercms-backend/commit/8e236e799445cd411cae4e3f0ceef2bfac05e60b)

#### [v0.23.0](https://github.com/isomerpages/isomercms-backend/compare/v0.22.1...v0.23.0)

> 20 April 2023
- [LS-81] fix(markdown-utils): change sanitization process + add unescape [`#718`](https://github.com/isomerpages/isomercms-backend/pull/718)
- feat(site launch): Allow for ops to remove timed out domain associations [`#720`](https://github.com/isomerpages/isomercms-backend/pull/720)
- style(env var): change naming of var [`#719`](https://github.com/isomerpages/isomercms-backend/pull/719)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms",
"version": "0.23.0",
"version": "0.23.1",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 2147ff6

Please sign in to comment.