Skip to content

Commit

Permalink
chore: bump version to v0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Mar 14, 2024
1 parent 2a2dc74 commit a808cbd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@ 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.71.0](https://github.com/isomerpages/isomercms-backend/compare/v0.70.0...v0.71.0)

- 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)
- build(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.2.1 [`#855`](https://github.com/isomerpages/isomercms-backend/pull/855)
- chore(commitService): add logging [`#1211`](https://github.com/isomerpages/isomercms-backend/pull/1211)
- chore(telemetry): report runtime metrics [`#1210`](https://github.com/isomerpages/isomercms-backend/pull/1210)
- feat: get diff from git instead of GitHub [`#1172`](https://github.com/isomerpages/isomercms-backend/pull/1172)
- fix(redir): add in other 2 records [`#1199`](https://github.com/isomerpages/isomercms-backend/pull/1199)
- feat(pino): add logger [`#1207`](https://github.com/isomerpages/isomercms-backend/pull/1207)
- fix(tracer): fix tag setting on span [`#1208`](https://github.com/isomerpages/isomercms-backend/pull/1208)
- feat(auditlogs): add relevant GitHub link for each audit log entry [`#1200`](https://github.com/isomerpages/isomercms-backend/pull/1200)
- 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)
- 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)

> 11 March 2024
- fix: schema [`#1203`](https://github.com/isomerpages/isomercms-backend/pull/1203)
- fix(otp): unwrap ResultAsync value [`#1204`](https://github.com/isomerpages/isomercms-backend/pull/1204)
- fix(autoLogoutIssue): failing whoami [`#1196`](https://github.com/isomerpages/isomercms-backend/pull/1196)
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.70.0",
"version": "0.71.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit a808cbd

Please sign in to comment.