Skip to content

Commit

Permalink
chore: bump version to v0.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Apr 11, 2024
1 parent 67f0660 commit 72f39bd
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,10 +4,30 @@ 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.78.0](https://github.com/isomerpages/isomercms-backend/compare/v0.77.0...v0.78.0)

- refactor(OTP): simplify code by using upsert() [`#1283`](https://github.com/isomerpages/isomercms-backend/pull/1283)
- refactor(UserService): simplify login by using findOrCreate() [`#1281`](https://github.com/isomerpages/isomercms-backend/pull/1281)
- build(deps): bump @aws-sdk/client-amplify from 3.540.0 to 3.549.0 [`#1289`](https://github.com/isomerpages/isomercms-backend/pull/1289)
- build(deps): bump js-base64 from 3.7.6 to 3.7.7 [`#1288`](https://github.com/isomerpages/isomercms-backend/pull/1288)
- build(deps-dev): bump @types/aws-lambda from 8.10.132 to 8.10.137 [`#1286`](https://github.com/isomerpages/isomercms-backend/pull/1286)
- chore: change error handler to use logger.error [`#1284`](https://github.com/isomerpages/isomercms-backend/pull/1284)
- feat(task def): update env [`#1282`](https://github.com/isomerpages/isomercms-backend/pull/1282)
- fix: name auth routers [`#1278`](https://github.com/isomerpages/isomercms-backend/pull/1278)
- feat(dd): add source code linkage [`#1279`](https://github.com/isomerpages/isomercms-backend/pull/1279)
- fix(mergify): fix mistake [`#1280`](https://github.com/isomerpages/isomercms-backend/pull/1280)
- build(deps): bump base-64 from 0.1.0 to 1.0.0 [`#1254`](https://github.com/isomerpages/isomercms-backend/pull/1254)
- build(deps): bump marked from 11.2.0 to 12.0.1 [`#1219`](https://github.com/isomerpages/isomercms-backend/pull/1219)
- chore(ci): enhance mergify [`#1245`](https://github.com/isomerpages/isomercms-backend/pull/1245)
- backport v0.77.0 [`#1277`](https://github.com/isomerpages/isomercms-backend/pull/1277)

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

> 8 April 2024
- 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)
- chore: bump version to v0.77.0 [`29def1e`](https://github.com/isomerpages/isomercms-backend/commit/29def1ef0da032d137c09c27e0e4d3b790afc2aa)

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

0 comments on commit 72f39bd

Please sign in to comment.