Skip to content

Commit

Permalink
Merge pull request #1258 from isomerpages/release_v0.74.0
Browse files Browse the repository at this point in the history
backport v0.74.0
  • Loading branch information
alexanderleegs authored Apr 1, 2024
2 parents efb7ac7 + 687182e commit d7f9e95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.74.0](https://github.com/isomerpages/isomercms-backend/compare/v0.73.0...v0.74.0)

- ISOM-824 feat: don't fetch redundant author info from db [`#1255`](https://github.com/isomerpages/isomercms-backend/pull/1255)
- fix(navbar): allow ext links [`#1250`](https://github.com/isomerpages/isomercms-backend/pull/1250)
- fix(lock): fix early release of lock [`#1256`](https://github.com/isomerpages/isomercms-backend/pull/1256)
- ISOM-852 feat(logger): add context for logs [`#1234`](https://github.com/isomerpages/isomercms-backend/pull/1234)
- backport v0.73.0 [`#1249`](https://github.com/isomerpages/isomercms-backend/pull/1249)

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

> 28 March 2024
- chore(dep): add flag [`#1247`](https://github.com/isomerpages/isomercms-backend/pull/1247)
- fix: reduce log size to just last commit [`#1243`](https://github.com/isomerpages/isomercms-backend/pull/1243)
- feat(dd): add traces to gitfilesysteM [`#1240`](https://github.com/isomerpages/isomercms-backend/pull/1240)
Expand All @@ -19,6 +29,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: upgrade dotenv from 16.4.1 to 16.4.5 [`#1233`](https://github.com/isomerpages/isomercms-backend/pull/1233)
- chore(package): use npm [`#1237`](https://github.com/isomerpages/isomercms-backend/pull/1237)
- backport v0.72.0 [`#1236`](https://github.com/isomerpages/isomercms-backend/pull/1236)
- chore: bump version to v0.73.0 [`fbac13b`](https://github.com/isomerpages/isomercms-backend/commit/fbac13b30d210c424ad78beb0f7654a150157275)

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

Expand Down
4 changes: 2 additions & 2 deletions 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.73.0",
"version": "0.74.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit d7f9e95

Please sign in to comment.