Skip to content

Commit

Permalink
Merge pull request #1236 from isomerpages/release_v0.72.0
Browse files Browse the repository at this point in the history
backport v0.72.0
  • Loading branch information
seaerchin authored Mar 21, 2024
2 parents db8fb71 + 7b8c157 commit c4304ba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ 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.72.0](https://github.com/isomerpages/isomercms-backend/compare/v0.71.0...v0.72.0)

- fix(link checker): wrong error reported [`#1227`](https://github.com/isomerpages/isomercms-backend/pull/1227)
- fix(tags): update tagging for dd [`#1222`](https://github.com/isomerpages/isomercms-backend/pull/1222)
- perf(I/O): rm blocking fs calls [`#1220`](https://github.com/isomerpages/isomercms-backend/pull/1220)
- fix: upgrade @aws-sdk/client-dynamodb from 3.501.0 to 3.521.0 [`#1224`](https://github.com/isomerpages/isomercms-backend/pull/1224)
- fix: upgrade aws-sdk from 2.1545.0 to 2.1565.0 [`#1223`](https://github.com/isomerpages/isomercms-backend/pull/1223)
- fix: upgrade @aws-sdk/lib-dynamodb from 3.501.0 to 3.521.0 [`#1225`](https://github.com/isomerpages/isomercms-backend/pull/1225)
- fix: upgrade @aws-sdk/client-cloudwatch-logs from 3.501.0 to 3.521.0 [`#1226`](https://github.com/isomerpages/isomercms-backend/pull/1226)
- chore(admin): convert manual release creation steps into automated script [`#1209`](https://github.com/isomerpages/isomercms-backend/pull/1209)
- build(deps): bump follow-redirects from 1.15.5 to 1.15.6 [`#1221`](https://github.com/isomerpages/isomercms-backend/pull/1221)
- feat(pino): removes extraneous stuff [`#1212`](https://github.com/isomerpages/isomercms-backend/pull/1212)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1161`](https://github.com/isomerpages/isomercms-backend/pull/1161)
- fix: upgrade aws-sdk from 2.1428.0 to 2.1450.0 [`#948`](https://github.com/isomerpages/isomercms-backend/pull/948)
- fix: upgrade @aws-sdk/client-secrets-manager from 3.370.0 to 3.389.0 [`#932`](https://github.com/isomerpages/isomercms-backend/pull/932)
- fix: upgrade @aws-sdk/client-amplify from 3.370.0 to 3.382.0 [`#923`](https://github.com/isomerpages/isomercms-backend/pull/923)
- fix: upgrade dd-trace from 4.7.0 to 4.11.0 [`#922`](https://github.com/isomerpages/isomercms-backend/pull/922)
- fix: upgrade isomorphic-dompurify from 0.24.0 to 0.27.0 [`#881`](https://github.com/isomerpages/isomercms-backend/pull/881)
- backport v0.71.0 [`#1214`](https://github.com/isomerpages/isomercms-backend/pull/1214)
- build(deps): bump @aws-sdk/client-secrets-manager [`#1218`](https://github.com/isomerpages/isomercms-backend/pull/1218)

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

> 14 March 2024
- build(deps-dev): bump husky from 6.0.0 to 9.0.11 [`#1127`](https://github.com/isomerpages/isomercms-backend/pull/1127)
- build(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.9.0 [`#1135`](https://github.com/isomerpages/isomercms-backend/pull/1135)
- build(deps-dev): bump jest-extended from 2.0.0 to 4.0.2 [`#959`](https://github.com/isomerpages/isomercms-backend/pull/959)
Expand All @@ -20,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- tests: fix failing auth test [`#1205`](https://github.com/isomerpages/isomercms-backend/pull/1205)
- fix: send updated data back to client from all update pages endpoints [`#1193`](https://github.com/isomerpages/isomercms-backend/pull/1193)
- 0.70.0 [`#1201`](https://github.com/isomerpages/isomercms-backend/pull/1201)
- chore: bump version to v0.71.0 [`a808cbd`](https://github.com/isomerpages/isomercms-backend/commit/a808cbd368a0f5227a979e9695dde8391a3547a0)
- fix: send updated data back to client, from all update pages endpoints [`75f513a`](https://github.com/isomerpages/isomercms-backend/commit/75f513a668c72d91a4e4728cd7b0fceb3b873625)

#### [v0.70.0](https://github.com/isomerpages/isomercms-backend/compare/v0.69.0...v0.70.0)
Expand All @@ -32,14 +56,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix/add validators [`#1197`](https://github.com/isomerpages/isomercms-backend/pull/1197)
- fix(otp): increment instead of update for concurrency [`#1186`](https://github.com/isomerpages/isomercms-backend/pull/1186)
- 0.69.0 [`#1190`](https://github.com/isomerpages/isomercms-backend/pull/1190)
- Revert "fix(rateLimiter): correct rate limits (#1183)" [`#1195`](https://github.com/isomerpages/isomercms-backend/pull/1195)
- fix(site checker): dont trigger alarms [`#1194`](https://github.com/isomerpages/isomercms-backend/pull/1194)
- chore(audit): update form question phrasing [`#1192`](https://github.com/isomerpages/isomercms-backend/pull/1192)

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

> 7 March 2024
- Revert "fix(rateLimiter): correct rate limits (#1183)" [`#1195`](https://github.com/isomerpages/isomercms-backend/pull/1195)
- fix(site checker): dont trigger alarms [`#1194`](https://github.com/isomerpages/isomercms-backend/pull/1194)
- chore(audit): update form question phrasing [`#1192`](https://github.com/isomerpages/isomercms-backend/pull/1192)
- 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)
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.71.0",
"version": "0.72.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit c4304ba

Please sign in to comment.