Skip to content

Commit 177dd47

Browse files
chore: bump version to v0.91.0
1 parent bdc5492 commit 177dd47

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.91.0](https://github.com/isomerpages/isomercms-backend/compare/v0.90.0...v0.91.0)
8+
9+
- fix: use admin token for privatisation [`#1454`](https://github.com/isomerpages/isomercms-backend/pull/1454)
10+
- ci: add coverage to ci test command [`#1453`](https://github.com/isomerpages/isomercms-backend/pull/1453)
11+
- chore: add datadog test action [`#1449`](https://github.com/isomerpages/isomercms-backend/pull/1449)
12+
- backport v0.90.0 [`#1422`](https://github.com/isomerpages/isomercms-backend/pull/1422)
13+
714
#### [v0.90.0](https://github.com/isomerpages/isomercms-backend/compare/v0.89.0...v0.90.0)
815

16+
> 27 June 2024
17+
918
- chore(deps): minor upgrade aws [`#1416`](https://github.com/isomerpages/isomercms-backend/pull/1416)
1019
- feat(monitoring): add scheduler functionality [`#1383`](https://github.com/isomerpages/isomercms-backend/pull/1383)
1120
- feat(monitoring): add dns reporter [`#1376`](https://github.com/isomerpages/isomercms-backend/pull/1376)
@@ -58,6 +67,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5867
- Release/0.55.0 [`#1038`](https://github.com/isomerpages/isomercms-backend/pull/1038)
5968
- Release/0.54.0 [`#1034`](https://github.com/isomerpages/isomercms-backend/pull/1034)
6069
- 0.53.0 [`#1023`](https://github.com/isomerpages/isomercms-backend/pull/1023)
70+
- chore: bump version to v0.90.0 [`10d7f32`](https://github.com/isomerpages/isomercms-backend/commit/10d7f326f50d1ed9893e66179b9e192c1591e34b)
6171

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomercms",
3-
"version": "0.90.0",
3+
"version": "0.91.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)