Skip to content
Merged
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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.95.0](https://github.com/isomerpages/isomercms-backend/compare/v0.94.0...v0.95.0)

Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The v0.95.0 changelog section is missing a release date. All other version entries in the changelog (v0.94.0, v0.93.0, v0.92.0, v0.91.0, etc.) include a date in the format "> DD Month YYYY". Consider adding a date for consistency with the changelog format.

Suggested change
> 1 November 2025

Copilot uses AI. Check for mistakes.
- fix: validate path is safe for creates [`#1469`](https://github.com/isomerpages/isomercms-backend/pull/1469)
- chore: update IAM deploy role [`#1468`](https://github.com/isomerpages/isomercms-backend/pull/1468)
- fix(vapt): prevent users from requesting themselves to be reviewers [`#1467`](https://github.com/isomerpages/isomercms-backend/pull/1467)
- chore: bump version to v0.94.0 [`#1465`](https://github.com/isomerpages/isomercms-backend/pull/1465)

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

> 16 October 2025

- fix: validate path traversal [`#1463`](https://github.com/isomerpages/isomercms-backend/pull/1463)
- chore: bump version to v0.93.0 [`#1462`](https://github.com/isomerpages/isomercms-backend/pull/1462)
- chore: bump version to v0.94.0 [`b5f109c`](https://github.com/isomerpages/isomercms-backend/commit/b5f109c02c36bb0e3ce91a0c0a9095d624eb68be)

#### [v0.93.0](https://github.com/isomerpages/isomercms-backend/compare/v0.92.0...v0.93.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.94.0",
"version": "0.95.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
Loading