Skip to content

Commit

Permalink
0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Mar 7, 2024
1 parent 00d13b6 commit 1845684
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.69.0](https://github.com/isomerpages/isomercms-backend/compare/v0.68.2...v0.69.0)

- fix(api): fix media route timeout [`#1170`](https://github.com/isomerpages/isomercms-backend/pull/1170)
- fix(linkChecker): bug fixes [`#1187`](https://github.com/isomerpages/isomercms-backend/pull/1187)
- Feat/add back repair form lock [`#1179`](https://github.com/isomerpages/isomercms-backend/pull/1179)
- fix(tsak-def): update task definitions for env vars for dd tags [`#1188`](https://github.com/isomerpages/isomercms-backend/pull/1188)
- feat: add site audit logs generator [`#1181`](https://github.com/isomerpages/isomercms-backend/pull/1181)
- fix(rateLimiter): correct rate limits [`#1183`](https://github.com/isomerpages/isomercms-backend/pull/1183)
- Hotfix/0.68.2 [`#1184`](https://github.com/isomerpages/isomercms-backend/pull/1184)
- Revert "chore: copy instead of clone (#1095)" [`#1182`](https://github.com/isomerpages/isomercms-backend/pull/1182)
- feat(mail): support sending emails with attachments [`#1180`](https://github.com/isomerpages/isomercms-backend/pull/1180)
- fix(docker): ensure gitconfig is stored in the right place [`#1178`](https://github.com/isomerpages/isomercms-backend/pull/1178)
- fix(repoChecker): unintended alarms [`#1177`](https://github.com/isomerpages/isomercms-backend/pull/1177)
- 0.68.0 [`#1175`](https://github.com/isomerpages/isomercms-backend/pull/1175)
- Revert "fix(rateLimiter): correct rate limits (#1183)" [`00d13b6`](https://github.com/isomerpages/isomercms-backend/commit/00d13b6bd6d07f9643f20b658a0c17ab0f72ec36)

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

> 5 March 2024
- chore: increase cpu [`c0ecdc6`](https://github.com/isomerpages/isomercms-backend/commit/c0ecdc6911b1ed517b2feb084174f32f7ed5a317)

#### [v0.68.1](https://github.com/isomerpages/isomercms-backend/compare/v0.68.0...v0.68.1)
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.68.2",
"version": "0.69.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 1845684

Please sign in to comment.