Skip to content

Commit

Permalink
chore: bump version to v0.89.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jun 13, 2024
1 parent 0906c24 commit ef3ec04
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.89.0](https://github.com/isomerpages/isomercms-backend/compare/v0.88.0...v0.89.0)

- fix: upgrade @aws-sdk/client-secrets-manager from 3.575.0 to 3.578.0 [`#1408`](https://github.com/isomerpages/isomercms-backend/pull/1408)
- fix: upgrade @aws-sdk/lib-dynamodb from 3.575.0 to 3.577.0 [`#1404`](https://github.com/isomerpages/isomercms-backend/pull/1404)
- ref(bot): use bolt for app [`#1391`](https://github.com/isomerpages/isomercms-backend/pull/1391)
- Fix/whitespace and new line chars [`#1351`](https://github.com/isomerpages/isomercms-backend/pull/1351)
- feat: move DNS checker slackbot from lambda [`#1367`](https://github.com/isomerpages/isomercms-backend/pull/1367)
- ISOM-1037 - Create automation for prod ops to whitelist [`#1365`](https://github.com/isomerpages/isomercms-backend/pull/1365)
- fix(axiosCache): remove cache interceptor [`#1397`](https://github.com/isomerpages/isomercms-backend/pull/1397)
- chore: build [`#1402`](https://github.com/isomerpages/isomercms-backend/pull/1402)
- fix: upgrade glob from 10.3.14 to 10.3.15 [`#1400`](https://github.com/isomerpages/isomercms-backend/pull/1400)
- fix: upgrade validator from 13.11.0 to 13.12.0 [`#1399`](https://github.com/isomerpages/isomercms-backend/pull/1399)
- fix: upgrade glob from 10.3.12 to 10.3.14 [`#1398`](https://github.com/isomerpages/isomercms-backend/pull/1398)
- backport v0.88.0 [`#1396`](https://github.com/isomerpages/isomercms-backend/pull/1396)

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

> 30 May 2024
- chore: log all sites retrieved [`#1394`](https://github.com/isomerpages/isomercms-backend/pull/1394)
- fix(cache): cached results on the same request [`#1393`](https://github.com/isomerpages/isomercms-backend/pull/1393)
- chore: delete eb stuff [`#1387`](https://github.com/isomerpages/isomercms-backend/pull/1387)
Expand All @@ -15,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: upgrade yaml from 2.4.1 to 2.4.2 [`#1386`](https://github.com/isomerpages/isomercms-backend/pull/1386)
- feat: create form to send email to all site collaborators [`#1368`](https://github.com/isomerpages/isomercms-backend/pull/1368)
- backport v0.87.0 [`#1385`](https://github.com/isomerpages/isomercms-backend/pull/1385)
- chore: bump version to v0.88.0 [`85b67a1`](https://github.com/isomerpages/isomercms-backend/commit/85b67a107dd8283b55e4e5d82dd182711a0db1b1)

#### [v0.87.0](https://github.com/isomerpages/isomercms-backend/compare/v0.86.0...v0.87.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.88.0",
"version": "0.89.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit ef3ec04

Please sign in to comment.