Skip to content

Commit

Permalink
0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Dec 21, 2023
1 parent 2620303 commit 681ab6b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@ 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.60.0](https://github.com/isomerpages/isomercms-backend/compare/v0.59.0...v0.60.0)

- fix: add conditional sha calc [`#1072`](https://github.com/isomerpages/isomercms-backend/pull/1072)
- feat(dockerfile): migrate fetching keys to script too [`#1070`](https://github.com/isomerpages/isomercms-backend/pull/1070)
- ref(ts migration): replaced all instances of any with explicit types in repoService.ts [`#1066`](https://github.com/isomerpages/isomercms-backend/pull/1066)
- fix(ci): update commands [`#1069`](https://github.com/isomerpages/isomercms-backend/pull/1069)
- feat(docker): setup github stuff to be parity with efs [`#1067`](https://github.com/isomerpages/isomercms-backend/pull/1067)
- IS-835 Removed all instances of any from GitHubService.ts [`#1063`](https://github.com/isomerpages/isomercms-backend/pull/1063)
- feat(docker): shift app to docker [`#1059`](https://github.com/isomerpages/isomercms-backend/pull/1059)
- release/0.59.0 [`#1061`](https://github.com/isomerpages/isomercms-backend/pull/1061)
- fix(ci): update jest command [`cefefc1`](https://github.com/isomerpages/isomercms-backend/commit/cefefc1ccdfef2dca74bf3c85a901880ca13b096)
- fix(ci-9): update to use [`3da4d1c`](https://github.com/isomerpages/isomercms-backend/commit/3da4d1c46a160104848fc0cd1b06a5ade0931f4e)
- fix(ci): update command [`f36c524`](https://github.com/isomerpages/isomercms-backend/commit/f36c524ff51831616a4112325f4e7bd3252f648b)

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

> 18 December 2023
- fix(media): filter first before getting git blob hash [`#1060`](https://github.com/isomerpages/isomercms-backend/pull/1060)
- ref(media): upgrade media router to typescript [`#1058`](https://github.com/isomerpages/isomercms-backend/pull/1058)
- 0.58.0 [`#1056`](https://github.com/isomerpages/isomercms-backend/pull/1056)
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.59.0",
"version": "0.60.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 681ab6b

Please sign in to comment.