Skip to content

Commit

Permalink
chore: bump version to v0.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Apr 8, 2024
1 parent 771c572 commit 29def1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ 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.77.0](https://github.com/isomerpages/isomercms-backend/compare/v0.76.0...v0.77.0)

- chore: index notifications table [`#1275`](https://github.com/isomerpages/isomercms-backend/pull/1275)
- backport v0.76.0 [`#1274`](https://github.com/isomerpages/isomercms-backend/pull/1274)

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

> 4 April 2024
- fix: external links in top level nav [`#1272`](https://github.com/isomerpages/isomercms-backend/pull/1272)
- Improve APM spans (no more <anonymous>) [`#1267`](https://github.com/isomerpages/isomercms-backend/pull/1267)
- fix: remove unecessary join and site retrieval [`#1268`](https://github.com/isomerpages/isomercms-backend/pull/1268)
- fix(dig): dig not working [`#1246`](https://github.com/isomerpages/isomercms-backend/pull/1246)
- fix(server): server should die if unable to connect to db [`#1265`](https://github.com/isomerpages/isomercms-backend/pull/1265)
- backport v0.75.0 [`#1264`](https://github.com/isomerpages/isomercms-backend/pull/1264)
- chore: bump version to v0.76.0 [`ef627d5`](https://github.com/isomerpages/isomercms-backend/commit/ef627d5a2383033cd903d4bf6ebc7beaa6dd23f7)

#### [v0.75.0](https://github.com/isomerpages/isomercms-backend/compare/v0.74.0...v0.75.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.76.0",
"version": "0.77.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 29def1e

Please sign in to comment.