Skip to content

Commit 0dd90b9

Browse files
authored
Merge pull request #1952 from isomerpages/release_v0.92.0
chore: bump version to v0.92.0
2 parents 47fde5c + 872b5dd commit 0dd90b9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ 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.92.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.91.0...v0.92.0)
8+
9+
- fix: add referrer policy for iframe required by YouTube [`#1951`](https://github.com/isomerpages/isomercms-frontend/pull/1951)
10+
- fix: prevent path traversal for API endpoint URL [`#1950`](https://github.com/isomerpages/isomercms-frontend/pull/1950)
11+
- backport v0.91.0 [`#1943`](https://github.com/isomerpages/isomercms-frontend/pull/1943)
12+
713
#### [v0.91.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.90.0...v0.91.0)
814

15+
> 8 April 2025
16+
917
- fix: upgrade axios to 1.8.3 [`#1941`](https://github.com/isomerpages/isomercms-frontend/pull/1941)
1018
- chore: upgrade actions/upload-artifact to v4 [`#1940`](https://github.com/isomerpages/isomercms-frontend/pull/1940)
1119
- backport v0.90.0 [`#1939`](https://github.com/isomerpages/isomercms-frontend/pull/1939)
20+
- chore: bump version to v0.91.0 [`85c94fb`](https://github.com/isomerpages/isomercms-frontend/commit/85c94fbe59ccb9493743032cd5022a53f928fe3b)
1221

1322
#### [v0.90.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.89.0...v0.90.0)
1423

package-lock.json

Lines changed: 2 additions & 2 deletions
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-frontend",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)