Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.58.0 #1056

Merged
merged 1 commit into from
Dec 14, 2023
Merged

0.58.0 #1056

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.58.0](https://github.com/isomerpages/isomercms-backend/compare/v0.57.0...v0.58.0)

- fix: remove stg-lite rollback for non-ggs flow [`#1055`](https://github.com/isomerpages/isomercms-backend/pull/1055)
- 0.57.0 [`#1054`](https://github.com/isomerpages/isomercms-backend/pull/1054)

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

> 12 December 2023

- refactor(v1): completely nuke v1 endpoints and associated classes [`#1018`](https://github.com/isomerpages/isomercms-backend/pull/1018)
- IS-802 bugs with rollback [`#1052`](https://github.com/isomerpages/isomercms-backend/pull/1052)
- 0.56.0 [`#1049`](https://github.com/isomerpages/isomercms-backend/pull/1049)
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.57.0",
"version": "0.58.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
Loading