Skip to content

Commit

Permalink
Merge pull request #907 from isomerpages/release/0.39.0
Browse files Browse the repository at this point in the history
Release/0.39.0
  • Loading branch information
alexanderleegs authored Aug 17, 2023
2 parents 31c7356 + b34109c commit c8e151b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,29 @@ 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.39.0](https://github.com/isomerpages/isomercms-backend/compare/v0.38.1...v0.39.0)

- fix(GGs): hotfixes from bugs identified during testing [`#903`](https://github.com/isomerpages/isomercms-backend/pull/903)
- fix: require base64 [`#904`](https://github.com/isomerpages/isomercms-backend/pull/904)
- fix: use synchronous fs mkdir [`#902`](https://github.com/isomerpages/isomercms-backend/pull/902)
- feat(GGs): implement moving and renaming of files and directories [`#896`](https://github.com/isomerpages/isomercms-backend/pull/896)
- feat: add platform predeploy hooks [`#877`](https://github.com/isomerpages/isomercms-backend/pull/877)
- Fix/ggs create images [`#899`](https://github.com/isomerpages/isomercms-backend/pull/899)
- Hotfix: IS-430 / 0.38.1 [`#900`](https://github.com/isomerpages/isomercms-backend/pull/900)
- Feat/siteLaunch/integrationForFinalScreens [`#893`](https://github.com/isomerpages/isomercms-backend/pull/893)
- Feat/is 416 ggs rollback handler [`#898`](https://github.com/isomerpages/isomercms-backend/pull/898)
- Feat/is 399 ggs create file [`#892`](https://github.com/isomerpages/isomercms-backend/pull/892)
- IS-401: Write extend repo service to support delete files folders [`#894`](https://github.com/isomerpages/isomercms-backend/pull/894)
- IS-398: Write retrieve images from disk and return as base 64 [`#890`](https://github.com/isomerpages/isomercms-backend/pull/890)
- feat(GGs): implement update operation [`#889`](https://github.com/isomerpages/isomercms-backend/pull/889)
- IS-404: Write extend repo service to get latest commit of branch [`#891`](https://github.com/isomerpages/isomercms-backend/pull/891)
- 0.38.0 (dev) [`#886`](https://github.com/isomerpages/isomercms-backend/pull/886)
- build(deps): bump import-in-the-middle from 1.4.1 to 1.4.2 [`#887`](https://github.com/isomerpages/isomercms-backend/pull/887)

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

> 15 August 2023
- hotfix: sgId params as optional strings [`b24c211`](https://github.com/isomerpages/isomercms-backend/commit/b24c21156aef621d7aad566147cbbf976a750cc3)

#### [v0.38.0](https://github.com/isomerpages/isomercms-backend/compare/v0.37.0...v0.38.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.38.1",
"version": "0.39.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit c8e151b

Please sign in to comment.