Skip to content

Commit

Permalink
Merge pull request #1264 from isomerpages/release_v0.75.0
Browse files Browse the repository at this point in the history
backport v0.75.0
  • Loading branch information
timotheeg authored Apr 2, 2024
2 parents 3fe4b5c + b138978 commit d440441
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ 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.75.0](https://github.com/isomerpages/isomercms-backend/compare/v0.74.0...v0.75.0)

- feat: carry the name of the wrapped handler [`#1260`](https://github.com/isomerpages/isomercms-backend/pull/1260)
- fix: only release the lock after the handler is done [`#1259`](https://github.com/isomerpages/isomercms-backend/pull/1259)
- backport v0.74.0 [`#1258`](https://github.com/isomerpages/isomercms-backend/pull/1258)

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

> 1 April 2024
- 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)
- chore: bump version to v0.74.0 [`687182e`](https://github.com/isomerpages/isomercms-backend/commit/687182e536d53a6a06fe3ac04ecec19b21154128)

#### [v0.73.0](https://github.com/isomerpages/isomercms-backend/compare/v0.72.0...v0.73.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.74.0",
"version": "0.75.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit d440441

Please sign in to comment.